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