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 interface
ByteDeque
A linear collection that supports element insertion and removal at both ends.interface
ByteIndexedContainer
An indexed container provides random access to elements based on anindex
.interface
ByteSet
A set ofbyte
s.Classes in com.carrotsearch.hppc that implement ByteCollection Modifier and Type Class Description (package private) class
AbstractByteCollection
Common superclass for collections.class
ByteArrayDeque
An array-backedByteDeque
.class
ByteArrayList
An array-backed list of bytes.class
ByteByteHashMap.KeysContainer
A view of the keys inside this hash map.private class
ByteByteHashMap.ValuesContainer
A view over the set of values of this map.class
ByteCharHashMap.KeysContainer
A view of the keys inside this hash map.class
ByteDoubleHashMap.KeysContainer
A view of the keys inside this hash map.class
ByteFloatHashMap.KeysContainer
A view of the keys inside this hash map.class
ByteHashSet
A hash set ofbyte
s, implemented using using open addressing with linear probing for collision resolution.class
ByteIntHashMap.KeysContainer
A view of the keys inside this hash map.class
ByteLongHashMap.KeysContainer
A view of the keys inside this hash map.class
ByteObjectHashMap.KeysContainer
A view of the keys inside this hash map.class
ByteScatterSet
Same asByteHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.class
ByteShortHashMap.KeysContainer
A view of the keys inside this hash map.class
ByteStack
A subclass ofByteArrayList
adding stack-related utility methods.private class
CharByteHashMap.ValuesContainer
A view over the set of values of this map.private class
DoubleByteHashMap.ValuesContainer
A view over the set of values of this map.private class
FloatByteHashMap.ValuesContainer
A view over the set of values of this map.private class
IntByteHashMap.ValuesContainer
A view over the set of values of this map.private class
LongByteHashMap.ValuesContainer
A view over the set of values of this map.private class
ObjectByteHashMap.ValuesContainer
A view over the set of values of this map.private class
ShortByteHashMap.ValuesContainer
A view over the set of values of this map.Methods in com.carrotsearch.hppc that return ByteCollection Modifier and Type Method Description ByteCollection
ByteByteAssociativeContainer. keys()
Returns a collection of keys of this container.ByteCollection
ByteCharAssociativeContainer. keys()
Returns a collection of keys of this container.ByteCollection
ByteDoubleAssociativeContainer. keys()
Returns a collection of keys of this container.ByteCollection
ByteFloatAssociativeContainer. keys()
Returns a collection of keys of this container.ByteCollection
ByteIntAssociativeContainer. keys()
Returns a collection of keys of this container.ByteCollection
ByteLongAssociativeContainer. keys()
Returns a collection of keys of this container.ByteCollection
ByteObjectAssociativeContainer. keys()
Returns a collection of keys of this container.ByteCollection
ByteShortAssociativeContainer. keys()
Returns a collection of keys of this container.ByteCollection
ByteByteHashMap. values()
ByteCollection
CharByteHashMap. values()
ByteCollection
DoubleByteHashMap. values()
ByteCollection
FloatByteHashMap. values()
ByteCollection
IntByteHashMap. values()
ByteCollection
LongByteHashMap. values()
ByteCollection
ObjectByteHashMap. values()
ByteCollection
ShortByteHashMap. values()
-