Uses of Interface
com.carrotsearch.hppc.FloatSet
-
Packages that use FloatSet Package Description com.carrotsearch.hppc -
-
Uses of FloatSet in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement FloatSet Modifier and Type Class Description classFloatHashSetA hash set offloats, implemented using using open addressing with linear probing for collision resolution.classFloatScatterSetSame asFloatHashSetbut 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 FloatSet Modifier and Type Method Description private booleanFloatHashSet. sameKeys(FloatSet other)Return true if all keys of some other container exist in this container.
-