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 class
FloatHashSet
A hash set offloat
s, implemented using using open addressing with linear probing for collision resolution.class
FloatScatterSet
Same asFloatHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-