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