Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Interface and Description |
---|---|
interface |
LongDeque
A double-linked queue of
long s. |
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 deque (doubly linked queue) of longs.
|
class |
LongArrayList
An array-backed list of longs.
|
class |
LongByteOpenHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongCharOpenHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongDoubleOpenHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongFloatOpenHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongIntOpenHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongLongOpenHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongObjectOpenHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongOpenHashSet
A hash set of
long s, implemented using using open
addressing with linear probing for collision resolution. |
class |
LongShortOpenHashMap.KeysContainer
A view of the keys inside this hash map.
|
class |
LongStack
An extension to
LongArrayList adding stack-related utility methods. |
Modifier and Type | Method and Description |
---|---|
LongCollection |
LongIntAssociativeContainer.keys()
Returns a collection of keys of this container.
|
LongCollection |
LongLongAssociativeContainer.keys()
Returns a collection of keys of this container.
|
LongCollection |
LongCharAssociativeContainer.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 |
LongObjectAssociativeContainer.keys()
Returns a collection of keys of this container.
|
LongCollection |
LongDoubleAssociativeContainer.keys()
Returns a collection of keys of this container.
|
LongCollection |
LongShortAssociativeContainer.keys()
Returns a collection of keys of this container.
|
Copyright © 2014 Carrot Search s.c.. All rights reserved.