|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KTypeCollection | |
---|---|
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 KTypeCollection in com.carrotsearch.hppc |
---|
Subinterfaces of KTypeCollection in com.carrotsearch.hppc | |
---|---|
interface |
KTypeDeque<KType>
A double-linked queue of KType s. |
interface |
KTypeIndexedContainer<KType>
An indexed container provides random access to elements based on an index . |
interface |
KTypeSet<KType>
A set of KType s. |
Classes in com.carrotsearch.hppc that implement KTypeCollection | |
---|---|
class |
KTypeArrayDeque<KType>
An array-backed deque (doubly linked queue) of KTypes. |
class |
KTypeArrayList<KType>
An array-backed list of KTypes. |
class |
KTypeOpenHashSet<KType>
A hash set of KType s, implemented using using open
addressing with linear probing for collision resolution. |
class |
KTypeStack<KType>
An extension to ObjectArrayList adding stack-related utility methods. |
class |
KTypeVTypeOpenHashMap.KeysContainer
A view of the keys inside this hash map. |
Methods in com.carrotsearch.hppc that return KTypeCollection | |
---|---|
KTypeCollection<KType> |
KTypeVTypeAssociativeContainer.keys()
Returns a collection of keys of this container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |