Uses of Interface
com.carrotsearch.hppc.ByteCollection
Packages that use ByteCollection
-
Uses of ByteCollection in com.carrotsearch.hppc
Subinterfaces of ByteCollection in com.carrotsearch.hppcModifier and TypeInterfaceDescriptioninterfaceA linear collection that supports element insertion and removal at both ends.interfaceAn indexed container provides random access to elements based on anindex.interfaceA set ofbytes.Classes in com.carrotsearch.hppc that implement ByteCollectionModifier and TypeClassDescription(package private) classCommon superclass for collections.classAn array-backedByteDeque.classAn array-backed list of bytes.final classA view of the keys inside this hash map.private final classA view over the set of values of this map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.classA hash set ofbytes, implemented using using open addressing with linear probing for collision resolution.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.classSame asByteHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.final classA view of the keys inside this hash map.classA subclass ofByteArrayListadding stack-related utility methods.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.Methods in com.carrotsearch.hppc that return ByteCollectionModifier and TypeMethodDescriptionByteByteAssociativeContainer.keys()Returns a collection of keys of this container.ByteCharAssociativeContainer.keys()Returns a collection of keys of this container.ByteDoubleAssociativeContainer.keys()Returns a collection of keys of this container.ByteFloatAssociativeContainer.keys()Returns a collection of keys of this container.ByteIntAssociativeContainer.keys()Returns a collection of keys of this container.ByteLongAssociativeContainer.keys()Returns a collection of keys of this container.ByteObjectAssociativeContainer.keys()Returns a collection of keys of this container.ByteShortAssociativeContainer.keys()Returns a collection of keys of this container.ByteByteHashMap.values()CharByteHashMap.values()DoubleByteHashMap.values()FloatByteHashMap.values()IntByteHashMap.values()LongByteHashMap.values()ObjectByteHashMap.values()ShortByteHashMap.values()