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