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