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