Uses of Interface
com.carrotsearch.hppc.FloatLookupContainer
-
Packages that use FloatLookupContainer Package Description com.carrotsearch.hppc -
-
Uses of FloatLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement FloatLookupContainer Modifier and Type Class Description classFloatByteHashMap.KeysContainerA view of the keys inside this hash map.classFloatCharHashMap.KeysContainerA view of the keys inside this hash map.classFloatDoubleHashMap.KeysContainerA view of the keys inside this hash map.classFloatFloatHashMap.KeysContainerA view of the keys inside this hash map.classFloatHashSetA hash set offloats, implemented using using open addressing with linear probing for collision resolution.classFloatIntHashMap.KeysContainerA view of the keys inside this hash map.classFloatLongHashMap.KeysContainerA view of the keys inside this hash map.classFloatObjectHashMap.KeysContainerA view of the keys inside this hash map.classFloatScatterSetSame asFloatHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.classFloatShortHashMap.KeysContainerA view of the keys inside this hash map.Methods in com.carrotsearch.hppc with parameters of type FloatLookupContainer Modifier and Type Method Description intAbstractFloatCollection. removeAll(FloatLookupContainer c)Default implementation uses a predicate for removal.intFloatCollection. removeAll(FloatLookupContainer c)Removes all elements in this collection that are present inc.intAbstractFloatCollection. retainAll(FloatLookupContainer c)Default implementation uses a predicate for retaining.intFloatCollection. retainAll(FloatLookupContainer c)Keeps all elements in this collection that are present inc.
-