| Package | Description |
|---|---|
| gnu.trove | |
| gnu.trove.decorator | |
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
static TLongLongMap |
TCollections.synchronizedMap(TLongLongMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static TLongLongMap |
TCollections.unmodifiableMap(TLongLongMap
Returns an unmodifiable view of the specified Trove primitive/primitive map.
|
| Modifier and Type | Method and Description |
|---|---|
static TLongLongMap |
TCollections.synchronizedMap(TLongLongMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static TLongLongMap |
TCollections.unmodifiableMap(TLongLongMap
Returns an unmodifiable view of the specified Trove primitive/primitive map.
|
static Map |
TDecorators.wrap(TLongLongMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected TLongLongMap |
TLongLongMapDecorator._map
the wrapped primitive map
|
| Modifier and Type | Method and Description |
|---|---|
TLongLongMap |
TLongLongMapDecorator.getMap()
Returns a reference to the map wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TLongLongMapDecorator(TLongLongMap
Creates a wrapper that decorates the specified primitive map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedLongLongMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
TSynchronizedLongLongMap.putAll(TLongLongMap
|
| Constructor and Description | |
|---|---|
TSynchronizedLongLongMap(TLongLongMap
|
|
TSynchronizedLongLongMap(TLongLongMap
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableLongLongMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
TUnmodifiableLongLongMap.putAll(TLongLongMap
|
| Constructor and Description | |
|---|---|
TUnmodifiableLongLongMap(TLongLongMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLongLongMap.putAll(TLongLongMap
Put all the entries from the given map into this map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TLongLongHashMap
An open addressed Map implementation for long keys and long values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLongLongHashMap.putAll(TLongLongMap
Put all the entries from the given map into this map.
|
| Constructor and Description | |
|---|---|
TLongLongHashMap(TLongLongMap
Creates a new
TLongLongHashMap instance containing all of the entries in the map passed in.
|