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 classShortByteHashMap.KeysContainerA view of the keys inside this hash map.classShortCharHashMap.KeysContainerA view of the keys inside this hash map.classShortDoubleHashMap.KeysContainerA view of the keys inside this hash map.classShortFloatHashMap.KeysContainerA view of the keys inside this hash map.classShortHashSetA hash set ofshorts, implemented using using open addressing with linear probing for collision resolution.classShortIntHashMap.KeysContainerA view of the keys inside this hash map.classShortLongHashMap.KeysContainerA view of the keys inside this hash map.classShortObjectHashMap.KeysContainerA view of the keys inside this hash map.classShortScatterSetSame asShortHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.classShortShortHashMap.KeysContainerA view of the keys inside this hash map.Methods in com.carrotsearch.hppc with parameters of type ShortLookupContainer Modifier and Type Method Description intAbstractShortCollection. removeAll(ShortLookupContainer c)Default implementation uses a predicate for removal.intShortCollection. removeAll(ShortLookupContainer c)Removes all elements in this collection that are present inc.intAbstractShortCollection. retainAll(ShortLookupContainer c)Default implementation uses a predicate for retaining.intShortCollection. retainAll(ShortLookupContainer c)Keeps all elements in this collection that are present inc.
-