Uses of Interface
com.carrotsearch.hppc.ShortLookupContainer
-
Packages that use ShortLookupContainer Package Description com.carrotsearch.hppc -
-
Uses of ShortLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ShortLookupContainer Modifier and Type Class Description class
ShortByteHashMap.KeysContainer
A view of the keys inside this hash map.class
ShortCharHashMap.KeysContainer
A view of the keys inside this hash map.class
ShortDoubleHashMap.KeysContainer
A view of the keys inside this hash map.class
ShortFloatHashMap.KeysContainer
A view of the keys inside this hash map.class
ShortHashSet
A hash set ofshort
s, implemented using using open addressing with linear probing for collision resolution.class
ShortIntHashMap.KeysContainer
A view of the keys inside this hash map.class
ShortLongHashMap.KeysContainer
A view of the keys inside this hash map.class
ShortObjectHashMap.KeysContainer
A view of the keys inside this hash map.class
ShortScatterSet
Same asShortHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.class
ShortShortHashMap.KeysContainer
A view of the keys inside this hash map.Methods in com.carrotsearch.hppc with parameters of type ShortLookupContainer Modifier and Type Method Description int
AbstractShortCollection. removeAll(ShortLookupContainer c)
Default implementation uses a predicate for removal.int
ShortCollection. removeAll(ShortLookupContainer c)
Removes all elements in this collection that are present inc
.int
AbstractShortCollection. retainAll(ShortLookupContainer c)
Default implementation uses a predicate for retaining.int
ShortCollection. retainAll(ShortLookupContainer c)
Keeps all elements in this collection that are present inc
.
-