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