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