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 |
---|---|
MutableObjectCharMap<K> |
MutableObjectCharMap.asSynchronized() |
MutableObjectCharMap<K> |
MutableObjectCharMap.asUnmodifiable() |
MutableObjectCharMap<K> |
MutableObjectCharMap.reject(ObjectCharPredicate<? super K> predicate) |
MutableObjectCharMap<K> |
MutableObjectCharMap.select(ObjectCharPredicate<? super K> predicate) |
MutableObjectCharMap<K> |
MutableObjectCharMap.withKeyValue(K key,
char value) |
MutableObjectCharMap<K> |
MutableObjectCharMap.withoutAllKeys(Iterable<? extends K> keys) |
MutableObjectCharMap<K> |
MutableObjectCharMap.withoutKey(K key) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectCharHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.
|
class |
SynchronizedObjectCharMap<K>
A synchronized view of a
MutableObjectCharMap . |
class |
UnmodifiableObjectCharMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableObjectCharMap<K> |
SynchronizedObjectCharMap.asSynchronized() |
MutableObjectCharMap<K> |
UnmodifiableObjectCharMap.asSynchronized() |
MutableObjectCharMap<K> |
ObjectCharHashMap.asSynchronized() |
MutableObjectCharMap<K> |
SynchronizedObjectCharMap.asUnmodifiable() |
MutableObjectCharMap<K> |
UnmodifiableObjectCharMap.asUnmodifiable() |
MutableObjectCharMap<K> |
ObjectCharHashMap.asUnmodifiable() |
MutableObjectCharMap<K> |
SynchronizedObjectCharMap.reject(ObjectCharPredicate<? super K> predicate) |
MutableObjectCharMap<K> |
UnmodifiableObjectCharMap.reject(ObjectCharPredicate<? super K> predicate) |
MutableObjectCharMap<K> |
SynchronizedObjectCharMap.select(ObjectCharPredicate<? super K> predicate) |
MutableObjectCharMap<K> |
UnmodifiableObjectCharMap.select(ObjectCharPredicate<? super K> predicate) |
MutableObjectCharMap<K> |
SynchronizedObjectCharMap.withKeyValue(K key,
char value) |
MutableObjectCharMap<K> |
UnmodifiableObjectCharMap.withKeyValue(K key,
char value) |
MutableObjectCharMap<K> |
SynchronizedObjectCharMap.withoutAllKeys(Iterable<? extends K> keys) |
MutableObjectCharMap<K> |
UnmodifiableObjectCharMap.withoutAllKeys(Iterable<? extends K> keys) |
MutableObjectCharMap<K> |
SynchronizedObjectCharMap.withoutKey(K key) |
MutableObjectCharMap<K> |
UnmodifiableObjectCharMap.withoutKey(K key) |
Copyright © 2004–2019. All rights reserved.