|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteCollection | |
---|---|
com.carrotsearch.hppc | High Performance Primitive Collections (HPPC) library provides
typical data structures (lists, stacks, maps)
template-generated for all Java primitive types
(byte , int , etc.) to conserve
memory and boost performance. |
Uses of ByteCollection in com.carrotsearch.hppc |
---|
Subinterfaces of ByteCollection in com.carrotsearch.hppc | |
---|---|
interface |
ByteDeque
A double-linked queue of byte s. |
interface |
ByteIndexedContainer
An indexed container provides random access to elements based on an index . |
interface |
ByteSet
A set of byte s. |
Classes in com.carrotsearch.hppc that implement ByteCollection | |
---|---|
class |
ByteArrayDeque
An array-backed deque (doubly linked queue) of bytes. |
class |
ByteArrayList
An array-backed list of bytes. |
class |
ByteByteOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ByteCharOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ByteDoubleOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ByteFloatOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ByteIntOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ByteLongOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ByteObjectOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ByteOpenHashSet
A hash set of byte s, implemented using using open
addressing with linear probing for collision resolution. |
class |
ByteShortOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ByteStack
An extension to ObjectArrayList adding stack-related utility methods. |
Methods in com.carrotsearch.hppc that return ByteCollection | |
---|---|
ByteCollection |
ByteLongAssociativeContainer.keys()
Returns a collection of keys of this container. |
ByteCollection |
ByteDoubleAssociativeContainer.keys()
Returns a collection of keys of this container. |
ByteCollection |
ByteCharAssociativeContainer.keys()
Returns a collection of keys of this container. |
ByteCollection |
ByteShortAssociativeContainer.keys()
Returns a collection of keys of this container. |
ByteCollection |
ByteObjectAssociativeContainer.keys()
Returns a collection of keys of this container. |
ByteCollection |
ByteIntAssociativeContainer.keys()
Returns a collection of keys of this container. |
ByteCollection |
ByteByteAssociativeContainer.keys()
Returns a collection of keys of this container. |
ByteCollection |
ByteFloatAssociativeContainer.keys()
Returns a collection of keys of this container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |