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