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