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