Uses of Interface
com.carrotsearch.hppc.IntLookupContainer
-
Packages that use IntLookupContainer Package Description com.carrotsearch.hppc -
-
Uses of IntLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement IntLookupContainer Modifier and Type Class Description classIntByteHashMap.KeysContainerA view of the keys inside this hash map.classIntCharHashMap.KeysContainerA view of the keys inside this hash map.classIntDoubleHashMap.KeysContainerA view of the keys inside this hash map.classIntFloatHashMap.KeysContainerA view of the keys inside this hash map.classIntHashSetA hash set ofints, implemented using using open addressing with linear probing for collision resolution.classIntIntHashMap.KeysContainerA view of the keys inside this hash map.classIntLongHashMap.KeysContainerA view of the keys inside this hash map.classIntObjectHashMap.KeysContainerA view of the keys inside this hash map.classIntScatterSetSame asIntHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.classIntShortHashMap.KeysContainerA view of the keys inside this hash map.Methods in com.carrotsearch.hppc that return IntLookupContainer Modifier and Type Method Description IntLookupContainerBitSet. asIntLookupContainer()Returns a view over this bitset data compatible withIntLookupContainer.Methods in com.carrotsearch.hppc with parameters of type IntLookupContainer Modifier and Type Method Description intAbstractIntCollection. 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.
-