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