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.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.classByteStackA subclass ofByteArrayListadding stack-related utility methods.private classCharByteHashMap.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 ByteCollectionCharByteHashMap. values()ByteCollectionIntByteHashMap. values()ByteCollectionLongByteHashMap. values()ByteCollectionObjectByteHashMap. values()ByteCollectionShortByteHashMap. values()
-