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