|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShortCollection | |
---|---|
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 ShortCollection in com.carrotsearch.hppc |
---|
Subinterfaces of ShortCollection in com.carrotsearch.hppc | |
---|---|
interface |
ShortDeque
A double-linked queue of short s. |
interface |
ShortIndexedContainer
An indexed container provides random access to elements based on an index . |
interface |
ShortSet
A set of short s. |
Classes in com.carrotsearch.hppc that implement ShortCollection | |
---|---|
class |
ShortArrayDeque
An array-backed deque (doubly linked queue) of shorts. |
class |
ShortArrayList
An array-backed list of shorts. |
class |
ShortByteOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ShortCharOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ShortDoubleOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ShortFloatOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ShortIntOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ShortLongOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ShortObjectOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ShortOpenHashSet
A hash set of short s, implemented using using open
addressing with linear probing for collision resolution. |
class |
ShortShortOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
class |
ShortStack
An extension to ObjectArrayList adding stack-related utility methods. |
Methods in com.carrotsearch.hppc that return ShortCollection | |
---|---|
ShortCollection |
ShortCharAssociativeContainer.keys()
Returns a collection of keys of this container. |
ShortCollection |
ShortByteAssociativeContainer.keys()
Returns a collection of keys of this container. |
ShortCollection |
ShortObjectAssociativeContainer.keys()
Returns a collection of keys of this container. |
ShortCollection |
ShortDoubleAssociativeContainer.keys()
Returns a collection of keys of this container. |
ShortCollection |
ShortFloatAssociativeContainer.keys()
Returns a collection of keys of this container. |
ShortCollection |
ShortIntAssociativeContainer.keys()
Returns a collection of keys of this container. |
ShortCollection |
ShortShortAssociativeContainer.keys()
Returns a collection of keys of this container. |
ShortCollection |
ShortLongAssociativeContainer.keys()
Returns a collection of keys of this container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |