Uses of Class
com.carrotsearch.hppc.CharHashSet
-
Packages that use CharHashSet Package Description com.carrotsearch.hppc -
-
Uses of CharHashSet in com.carrotsearch.hppc
Subclasses of CharHashSet in com.carrotsearch.hppc Modifier and Type Class Description class
CharScatterSet
Same asCharHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods in com.carrotsearch.hppc that return CharHashSet Modifier and Type Method Description CharHashSet
CharHashSet. clone()
static CharHashSet
CharHashSet. from(char... elements)
Create a set from a variable number of arguments or an array ofchar
.
-