Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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
KTypeArrayList adding stack-related utility methods. |
class |
KTypeVTypeOpenHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
KTypeVTypeOpenIdentityHashMap.KeysContainer
A view of the keys inside this hash map.
|
Modifier and Type | Method and Description |
---|---|
KTypeCollection<KType> |
KTypeVTypeAssociativeContainer.keys()
Returns a collection of keys of this container.
|
Copyright © 2016 Carrot Search s.c.. All rights reserved.