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