Uses of Interface
com.carrotsearch.hppc.CharSet
-
Packages that use CharSet Package Description com.carrotsearch.hppc -
-
Uses of CharSet in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement CharSet Modifier and Type Class Description class
CharHashSet
A hash set ofchar
s, implemented using using open addressing with linear probing for collision resolution.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 with parameters of type CharSet Modifier and Type Method Description private boolean
CharHashSet. sameKeys(CharSet other)
Return true if all keys of some other container exist in this container.
-