Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getUnique
Method
getUnique
core/src/processing/data/StringList.java:717–719 ·
view source on GitHub ↗
Get a list of all unique entries.
()
Source
from the content-addressed store, hash-verified
715
716
/** Get a list of all unique entries. */
717
public
String[] getUnique() {
718
return
getTally().keyArray();
719
}
720
721
722
/** Count the number of times each String entry is found in this list. */
Callers
1
getUnique
Method · 0.95
Calls
2
getTally
Method · 0.95
keyArray
Method · 0.45
Tested by
no test coverage detected