MCPcopy 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

getUniqueMethod · 0.95

Calls 2

getTallyMethod · 0.95
keyArrayMethod · 0.45

Tested by

no test coverage detected