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