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