MCPcopy Index your code
hub / github.com/benfry/processing4 / getUnique

Method getUnique

core/src/processing/data/StringList.java:736–738  ·  view source on GitHub ↗

Get a list of all unique entries.

()

Source from the content-addressed store, hash-verified

734
735 /** Get a list of all unique entries. */
736 public String[] getUnique() {
737 return getTally().keyArray();
738 }
739
740
741 /** 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