| Package | Description |
|---|---|
| gnu.trove | |
| gnu.trove.decorator | |
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.custom_hash | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
static <K> TObjectShortMap |
TCollections.synchronizedMap(TObjectShortMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static <K> TObjectShortMap |
TCollections.unmodifiableMap(TObjectShortMap
Returns an unmodifiable view of the specified Trove Object/primitive map.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> TObjectShortMap |
TCollections.synchronizedMap(TObjectShortMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static <K> TObjectShortMap |
TCollections.unmodifiableMap(TObjectShortMap
Returns an unmodifiable view of the specified Trove Object/primitive map.
|
static <T> Map |
TDecorators.wrap(TObjectShortMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected TObjectShortMap |
TObjectShortMapDecorator._map
the wrapped primitive map
|
| Modifier and Type | Method and Description |
|---|---|
TObjectShortMap |
TObjectShortMapDecorator.getMap()
Returns a reference to the map wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TObjectShortMapDecorator(TObjectShortMap
Creates a wrapper that decorates the specified primitive map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedObjectShortMap<K>
|
| Modifier and Type | Method and Description |
|---|---|
void |
TSynchronizedObjectShortMap.putAll(TObjectShortMap
|
| Constructor and Description | |
|---|---|
TSynchronizedObjectShortMap(TObjectShortMap
|
|
TSynchronizedObjectShortMap(TObjectShortMap
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableObjectShortMap<K>
|
| Modifier and Type | Method and Description |
|---|---|
void |
TUnmodifiableObjectShortMap.putAll(TObjectShortMap
|
| Constructor and Description | |
|---|---|
TUnmodifiableObjectShortMap(TObjectShortMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
TObjectShortMap.putAll(TObjectShortMap
Put all the entries from the given map into this map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TObjectShortCustomHashMap<K>
An open addressed Map implementation for Object keys and short values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TObjectShortCustomHashMap.putAll(TObjectShortMap
Put all the entries from the given map into this map.
|
| Constructor and Description | |
|---|---|
TObjectShortCustomHashMap(HashingStrategy
Creates a new
TObjectShortCustomHashMap that contains the entries in the map passed to it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TObjectShortHashMap<K>
An open addressed Map implementation for Object keys and short values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TObjectShortHashMap.putAll(TObjectShortMap
Put all the entries from the given map into this map.
|
| Constructor and Description | |
|---|---|
TObjectShortHashMap(TObjectShortMap
Creates a new
TObjectShortHashMap that contains the entries in the map passed to it.
|