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 class
IntByteHashMap.KeysContainer
A view of the keys inside this hash map.class
IntCharHashMap.KeysContainer
A view of the keys inside this hash map.class
IntDoubleHashMap.KeysContainer
A view of the keys inside this hash map.class
IntFloatHashMap.KeysContainer
A view of the keys inside this hash map.class
IntHashSet
A hash set ofint
s, implemented using using open addressing with linear probing for collision resolution.class
IntIntHashMap.KeysContainer
A view of the keys inside this hash map.class
IntLongHashMap.KeysContainer
A view of the keys inside this hash map.class
IntObjectHashMap.KeysContainer
A view of the keys inside this hash map.class
IntScatterSet
Same asIntHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.class
IntShortHashMap.KeysContainer
A view of the keys inside this hash map.Methods in com.carrotsearch.hppc that return IntLookupContainer Modifier and Type Method Description IntLookupContainer
BitSet. 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 int
AbstractIntCollection. removeAll(IntLookupContainer c)
Default implementation uses a predicate for removal.int
IntCollection. removeAll(IntLookupContainer c)
Removes all elements in this collection that are present inc
.int
AbstractIntCollection. retainAll(IntLookupContainer c)
Default implementation uses a predicate for retaining.int
IntCollection. retainAll(IntLookupContainer c)
Keeps all elements in this collection that are present inc
.
-