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 TypeInterfaceDescriptioninterface
A linear collection that supports element insertion and removal at both ends.interface
An indexed container provides random access to elements based on anindex
.interface
A set ofbyte
s.Classes in com.carrotsearch.hppc that implement ByteCollectionModifier and TypeClassDescription(package private) class
Common superclass for collections.class
An array-backedByteDeque
.class
An array-backed list of bytes.final class
A view of the keys inside this hash map.private final class
A view over the set of values of this map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.class
A hash set ofbyte
s, implemented using using open addressing with linear probing for collision resolution.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.class
Same asByteHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.final class
A view of the keys inside this hash map.class
A subclass ofByteArrayList
adding stack-related utility methods.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A 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()