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