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