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