Uses of Interface
com.carrotsearch.hppc.ByteLookupContainer
-
Packages that use ByteLookupContainer Package Description com.carrotsearch.hppc -
-
Uses of ByteLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ByteLookupContainer Modifier and Type Class Description classByteByteHashMap.KeysContainerA view of the keys inside this hash map.classByteCharHashMap.KeysContainerA view of the keys inside this hash map.classByteDoubleHashMap.KeysContainerA view of the keys inside this hash map.classByteFloatHashMap.KeysContainerA view of the keys inside this hash map.classByteHashSetA hash set ofbytes, implemented using using open addressing with linear probing for collision resolution.classByteIntHashMap.KeysContainerA view of the keys inside this hash map.classByteLongHashMap.KeysContainerA view of the keys inside this hash map.classByteObjectHashMap.KeysContainerA view of the keys inside this hash map.classByteScatterSetSame asByteHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.classByteShortHashMap.KeysContainerA view of the keys inside this hash map.Methods in com.carrotsearch.hppc with parameters of type ByteLookupContainer Modifier and Type Method Description intAbstractByteCollection. removeAll(ByteLookupContainer c)Default implementation uses a predicate for removal.intByteCollection. removeAll(ByteLookupContainer c)Removes all elements in this collection that are present inc.intAbstractByteCollection. retainAll(ByteLookupContainer c)Default implementation uses a predicate for retaining.intByteCollection. retainAll(ByteLookupContainer c)Keeps all elements in this collection that are present inc.
-