Uses of Interface
com.carrotsearch.hppc.IntLookupContainer
Packages that use IntLookupContainer
-
Uses of IntLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement IntLookupContainerModifier 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 ofints, 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 asIntHashSetbut 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 that return IntLookupContainerModifier and TypeMethodDescriptionBitSet.asIntLookupContainer()Returns a view over this bitset data compatible withIntLookupContainer.Methods in com.carrotsearch.hppc with parameters of type IntLookupContainerModifier and TypeMethodDescriptionintAbstractIntCollection.removeAll(IntLookupContainer c) Default implementation uses a predicate for removal.intIntCollection.removeAll(IntLookupContainer c) Removes all elements in this collection that are present inc.intAbstractIntCollection.retainAll(IntLookupContainer c) Default implementation uses a predicate for retaining.intIntCollection.retainAll(IntLookupContainer c) Keeps all elements in this collection that are present inc.