| Package | Description |
|---|---|
| gnu.trove | |
| gnu.trove.decorator | |
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.custom_hash | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
static <K> TObjectLongMap |
TCollections.synchronizedMap(TObjectLongMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static <K> TObjectLongMap |
TCollections.unmodifiableMap(TObjectLongMap
Returns an unmodifiable view of the specified Trove Object/primitive map.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> TObjectLongMap |
TCollections.synchronizedMap(TObjectLongMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static <K> TObjectLongMap |
TCollections.unmodifiableMap(TObjectLongMap
Returns an unmodifiable view of the specified Trove Object/primitive map.
|
static <T> Map |
TDecorators.wrap(TObjectLongMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected TObjectLongMap |
TObjectLongMapDecorator._map
the wrapped primitive map
|
| Modifier and Type | Method and Description |
|---|---|
TObjectLongMap |
TObjectLongMapDecorator.getMap()
Returns a reference to the map wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TObjectLongMapDecorator(TObjectLongMap
Creates a wrapper that decorates the specified primitive map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedObjectLongMap<K>
|
| Modifier and Type | Method and Description |
|---|---|
void |
TSynchronizedObjectLongMap.putAll(TObjectLongMap
|
| Constructor and Description | |
|---|---|
TSynchronizedObjectLongMap(TObjectLongMap
|
|
TSynchronizedObjectLongMap(TObjectLongMap
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableObjectLongMap<K>
|
| Modifier and Type | Method and Description |
|---|---|
void |
TUnmodifiableObjectLongMap.putAll(TObjectLongMap
|
| Constructor and Description | |
|---|---|
TUnmodifiableObjectLongMap(TObjectLongMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
TObjectLongMap.putAll(TObjectLongMap
Put all the entries from the given map into this map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TObjectLongCustomHashMap<K>
An open addressed Map implementation for Object keys and long values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TObjectLongCustomHashMap.putAll(TObjectLongMap
Put all the entries from the given map into this map.
|
| Constructor and Description | |
|---|---|
TObjectLongCustomHashMap(HashingStrategy
Creates a new
TObjectLongCustomHashMap that contains the entries in the map passed to it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TObjectLongHashMap<K>
An open addressed Map implementation for Object keys and long values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TObjectLongHashMap.putAll(TObjectLongMap
Put all the entries from the given map into this map.
|
| Constructor and Description | |
|---|---|
TObjectLongHashMap(TObjectLongMap
Creates a new
TObjectLongHashMap that contains the entries in the map passed to it.
|