Uses of Interface
com.carrotsearch.hppc.IntSet
-
Packages that use IntSet Package Description com.carrotsearch.hppc -
-
Uses of IntSet in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement IntSet Modifier and Type Class Description class
IntHashSet
A hash set ofint
s, implemented using using open addressing with linear probing for collision resolution.class
IntScatterSet
Same asIntHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-