Uses of Interface
com.carrotsearch.hppc.ByteCollection
-
Packages that use ByteCollection Package Description com.carrotsearch.hppc -
-
Uses of ByteCollection in com.carrotsearch.hppc
Subinterfaces of ByteCollection in com.carrotsearch.hppc Modifier and Type Interface Description interfaceByteDequeA linear collection that supports element insertion and removal at both ends.interfaceByteIndexedContainerAn indexed container provides random access to elements based on anindex.interfaceByteSetA set ofbytes.Classes in com.carrotsearch.hppc that implement ByteCollection Modifier and Type Class Description (package private) classAbstractByteCollectionCommon superclass for collections.classByteArrayDequeAn array-backedByteDeque.classByteArrayListAn array-backed list of bytes.classByteByteHashMap.KeysContainerA view of the keys inside this hash map.private classByteByteHashMap.ValuesContainerA view over the set of values of this 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.classByteStackA subclass ofByteArrayListadding stack-related utility methods.private classCharByteHashMap.ValuesContainerA view over the set of values of this map.private classDoubleByteHashMap.ValuesContainerA view over the set of values of this map.private classFloatByteHashMap.ValuesContainerA view over the set of values of this map.private classIntByteHashMap.ValuesContainerA view over the set of values of this map.private classLongByteHashMap.ValuesContainerA view over the set of values of this map.private classObjectByteHashMap.ValuesContainerA view over the set of values of this map.private classShortByteHashMap.ValuesContainerA view over the set of values of this map.Methods in com.carrotsearch.hppc that return ByteCollection Modifier and Type Method Description ByteCollectionByteByteAssociativeContainer. keys()Returns a collection of keys of this container.ByteCollectionByteCharAssociativeContainer. keys()Returns a collection of keys of this container.ByteCollectionByteDoubleAssociativeContainer. keys()Returns a collection of keys of this container.ByteCollectionByteFloatAssociativeContainer. keys()Returns a collection of keys of this container.ByteCollectionByteIntAssociativeContainer. keys()Returns a collection of keys of this container.ByteCollectionByteLongAssociativeContainer. keys()Returns a collection of keys of this container.ByteCollectionByteObjectAssociativeContainer. keys()Returns a collection of keys of this container.ByteCollectionByteShortAssociativeContainer. keys()Returns a collection of keys of this container.ByteCollectionByteByteHashMap. values()ByteCollectionCharByteHashMap. values()ByteCollectionDoubleByteHashMap. values()ByteCollectionFloatByteHashMap. values()ByteCollectionIntByteHashMap. values()ByteCollectionLongByteHashMap. values()ByteCollectionObjectByteHashMap. values()ByteCollectionShortByteHashMap. values()
-