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