Uses of Interface
com.carrotsearch.hppc.FloatLookupContainer
Packages that use FloatLookupContainer
-
Uses of FloatLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement FloatLookupContainerModifier and TypeClassDescriptionfinal classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.classA hash set offloats, implemented using using open addressing with linear probing for collision resolution.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.classSame asFloatHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.final classA view of the keys inside this hash map.Methods in com.carrotsearch.hppc with parameters of type FloatLookupContainerModifier and TypeMethodDescriptionintAbstractFloatCollection.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.