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