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 class
FloatByteHashMap.KeysContainer
A view of the keys inside this hash map.class
FloatCharHashMap.KeysContainer
A view of the keys inside this hash map.class
FloatDoubleHashMap.KeysContainer
A view of the keys inside this hash map.class
FloatFloatHashMap.KeysContainer
A view of the keys inside this hash map.class
FloatHashSet
A hash set offloat
s, implemented using using open addressing with linear probing for collision resolution.class
FloatIntHashMap.KeysContainer
A view of the keys inside this hash map.class
FloatLongHashMap.KeysContainer
A view of the keys inside this hash map.class
FloatObjectHashMap.KeysContainer
A view of the keys inside this hash map.class
FloatScatterSet
Same asFloatHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.class
FloatShortHashMap.KeysContainer
A view of the keys inside this hash map.Methods in com.carrotsearch.hppc with parameters of type FloatLookupContainer Modifier and Type Method Description int
AbstractFloatCollection. removeAll(FloatLookupContainer c)
Default implementation uses a predicate for removal.int
FloatCollection. removeAll(FloatLookupContainer c)
Removes all elements in this collection that are present inc
.int
AbstractFloatCollection. retainAll(FloatLookupContainer c)
Default implementation uses a predicate for retaining.int
FloatCollection. retainAll(FloatLookupContainer c)
Keeps all elements in this collection that are present inc
.
-