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