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 |
---|---|
MutableCharObjectMap<V> |
MutableCharObjectMap.asSynchronized() |
MutableCharObjectMap<V> |
MutableCharObjectMap.asUnmodifiable() |
MutableCharObjectMap<V> |
MutableCharObjectMap.reject(CharObjectPredicate<? super V> predicate) |
MutableCharObjectMap<V> |
MutableCharObjectMap.select(CharObjectPredicate<? super V> predicate) |
MutableCharObjectMap<V> |
MutableCharObjectMap.withKeyValue(char key,
V value) |
MutableCharObjectMap<V> |
MutableCharObjectMap.withoutAllKeys(CharIterable keys) |
MutableCharObjectMap<V> |
MutableCharObjectMap.withoutKey(char key) |
Modifier and Type | Class and Description |
---|---|
class |
CharObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
SynchronizedCharObjectMap<V>
A synchronized view of a
MutableCharObjectMap . |
class |
UnmodifiableCharObjectMap<V>
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
Copyright © 2004–2016. All rights reserved.