| 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 <V> TLongObjectMap |
TCollections.synchronizedMap(TLongObjectMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static <V> TLongObjectMap |
TCollections.unmodifiableMap(TLongObjectMap
Returns an unmodifiable view of the specified Trove primitive/Object map.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> TLongObjectMap |
TCollections.synchronizedMap(TLongObjectMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static <V> TLongObjectMap |
TCollections.unmodifiableMap(TLongObjectMap
Returns an unmodifiable view of the specified Trove primitive/Object map.
|
static <T> Map |
TDecorators.wrap(TLongObjectMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected TLongObjectMap |
TLongObjectMapDecorator._map
the wrapped primitive map
|
| Modifier and Type | Method and Description |
|---|---|
TLongObjectMap |
TLongObjectMapDecorator.getMap()
Returns a reference to the map wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TLongObjectMapDecorator(TLongObjectMap
Creates a wrapper that decorates the specified primitive map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedLongObjectMap<V>
|
| Modifier and Type | Method and Description |
|---|---|
void |
TSynchronizedLongObjectMap.putAll(TLongObjectMap
|
| Constructor and Description | |
|---|---|
TSynchronizedLongObjectMap(TLongObjectMap
|
|
TSynchronizedLongObjectMap(TLongObjectMap
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableLongObjectMap<V>
|
| Modifier and Type | Method and Description |
|---|---|
void |
TUnmodifiableLongObjectMap.putAll(TLongObjectMap
|
| Constructor and Description | |
|---|---|
TUnmodifiableLongObjectMap(TLongObjectMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLongObjectMap.putAll(TLongObjectMap
Put all the entries from the given map into this map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TLongObjectHashMap<V>
An open addressed Map implementation for long keys and Object values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLongObjectHashMap.putAll(TLongObjectMap
Put all the entries from the given map into this map.
|
| Constructor and Description | |
|---|---|
TLongObjectHashMap(TLongObjectMap
Creates a new
TLongObjectHashMap that contains the entries in the map passed to it.
|