Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Interface and Description |
---|---|
interface |
LongDeque
A linear collection that supports element insertion and removal at both ends.
|
interface |
LongIndexedContainer
An indexed container provides random access to elements based on an
index . |
interface |
LongSet
A set of
long s. |
Modifier and Type | Class and Description |
---|---|
class |
LongArrayDeque
An array-backed
LongDeque . |
class |
LongArrayList
An array-backed list of longs.
|
class |
LongByteHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongCharHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongDoubleHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongFloatHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongHashSet
A hash set of
long s, implemented using using open addressing
with linear probing for collision resolution. |
class |
LongIntHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongLongHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongObjectHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongScatterSet
Same as
LongHashSet but does not implement per-instance key mixing
strategy and uses a simpler (faster) bit distribution function. |
class |
LongShortHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongStack
A subclass of
LongArrayList adding stack-related utility methods. |
Modifier and Type | Method and Description |
---|---|
LongCollection |
LongDoubleAssociativeContainer.keys()
Returns a collection of keys of this container.
|
LongCollection |
LongIntAssociativeContainer.keys()
Returns a collection of keys of this container.
|
LongCollection |
LongByteAssociativeContainer.keys()
Returns a collection of keys of this container.
|
LongCollection |
LongFloatAssociativeContainer.keys()
Returns a collection of keys of this container.
|
LongCollection |
LongCharAssociativeContainer.keys()
Returns a collection of keys of this container.
|
LongCollection |
LongLongAssociativeContainer.keys()
Returns a collection of keys of this container.
|
LongCollection |
LongShortAssociativeContainer.keys()
Returns a collection of keys of this container.
|
LongCollection |
LongObjectAssociativeContainer.keys()
Returns a collection of keys of this container.
|
LongCollection |
CharLongHashMap.values() |
LongCollection |
ObjectLongHashMap.values() |
LongCollection |
IntLongHashMap.values() |
LongCollection |
FloatLongHashMap.values() |
LongCollection |
ByteLongHashMap.values() |
LongCollection |
LongLongHashMap.values() |
LongCollection |
ShortLongHashMap.values() |
LongCollection |
DoubleLongHashMap.values() |
Copyright © 2024 Carrot Search s.c.. All rights reserved.