Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectDeque<KType>
A linear collection that supports element insertion and removal at both ends.
|
interface |
ObjectIndexedContainer<KType>
An indexed container provides random access to elements based on an
index . |
interface |
ObjectSet<KType>
A set of
Object s. |
Modifier and Type | Class and Description |
---|---|
class |
ObjectArrayDeque<KType>
An array-backed
ObjectDeque . |
class |
ObjectArrayList<KType>
An array-backed list of Objects.
|
class |
ObjectByteHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectCharHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectDoubleHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectFloatHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectHashSet<KType>
A hash set of
Object s, implemented using using open addressing
with linear probing for collision resolution. |
class |
ObjectIdentityHashSet<KType>
A reference-equality (identity) hash set.
|
class |
ObjectIntHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectLongHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectObjectHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectScatterSet<KType>
Same as
ObjectHashSet but does not implement per-instance key mixing
strategy and uses a simpler (faster) bit distribution function. |
class |
ObjectShortHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
ObjectStack<KType>
A subclass of
ObjectArrayList adding stack-related utility methods. |
Modifier and Type | Method and Description |
---|---|
ObjectCollection<KType> |
ObjectLongAssociativeContainer.keys()
Returns a collection of keys of this container.
|
ObjectCollection<KType> |
ObjectDoubleAssociativeContainer.keys()
Returns a collection of keys of this container.
|
ObjectCollection<KType> |
ObjectShortAssociativeContainer.keys()
Returns a collection of keys of this container.
|
ObjectCollection<KType> |
ObjectFloatAssociativeContainer.keys()
Returns a collection of keys of this container.
|
ObjectCollection<KType> |
ObjectCharAssociativeContainer.keys()
Returns a collection of keys of this container.
|
ObjectCollection<KType> |
ObjectObjectAssociativeContainer.keys()
Returns a collection of keys of this container.
|
ObjectCollection<KType> |
ObjectByteAssociativeContainer.keys()
Returns a collection of keys of this container.
|
ObjectCollection<KType> |
ObjectIntAssociativeContainer.keys()
Returns a collection of keys of this container.
|
ObjectCollection<VType> |
FloatObjectHashMap.values() |
ObjectCollection<VType> |
ObjectObjectHashMap.values() |
ObjectCollection<VType> |
ByteObjectHashMap.values() |
ObjectCollection<VType> |
LongObjectHashMap.values() |
ObjectCollection<VType> |
CharObjectHashMap.values() |
ObjectCollection<VType> |
IntObjectHashMap.values() |
ObjectCollection<VType> |
ShortObjectHashMap.values() |
ObjectCollection<VType> |
DoubleObjectHashMap.values() |
Copyright © 2017 Carrot Search s.c.. All Rights Reserved.