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