Package | Description |
---|---|
com.gs.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
com.gs.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
Modifier and Type | Method and Description |
---|---|
MutableIntObjectMap<V> |
MutableIntObjectMap.asSynchronized() |
MutableIntObjectMap<V> |
MutableIntObjectMap.asUnmodifiable() |
MutableIntObjectMap<V> |
MutableIntObjectMap.reject(IntObjectPredicate<? super V> predicate) |
MutableIntObjectMap<V> |
MutableIntObjectMap.select(IntObjectPredicate<? super V> predicate) |
MutableIntObjectMap<V> |
MutableIntObjectMap.withKeyValue(int key,
V value) |
MutableIntObjectMap<V> |
MutableIntObjectMap.withoutAllKeys(IntIterable keys) |
MutableIntObjectMap<V> |
MutableIntObjectMap.withoutKey(int key) |
Modifier and Type | Class and Description |
---|---|
class |
IntObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
SynchronizedIntObjectMap<V>
A synchronized view of a
MutableIntObjectMap . |
class |
UnmodifiableIntObjectMap<V>
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
Copyright © 2004–2016. All rights reserved.