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