Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
private Set<String> uniqueAuthors;java代码片段中的指示是什么?
private Set<String> uniqueAuthors;
它表明存在Set仅接受Strings命名为uniqueAuthors
Set
Strings
uniqueAuthors
这是Java 5 中引入的泛型语法