Package | Description |
---|---|
com.gs.collections.api.factory.map.primitive | |
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.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
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 |
---|---|
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactory.ofAll(ObjectDoubleMap<? extends K> map)
|
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactory.withAll(ObjectDoubleMap<? extends K> map) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableObjectDoubleMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
MutableObjectDoubleMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
ObjectDoubleMap<K> |
ObjectDoubleMap.reject(ObjectDoublePredicate<? super K> predicate) |
ObjectDoubleMap<K> |
ObjectDoubleMap.select(ObjectDoublePredicate<? super K> predicate) |
Modifier and Type | Method and Description |
---|---|
void |
MutableObjectDoubleMap.putAll(ObjectDoubleMap<? extends K> map) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableObjectDoubleMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactoryImpl.ofAll(ObjectDoubleMap<? extends K> map) |
<K> ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMapFactoryImpl.withAll(ObjectDoubleMap<? extends K> map) |
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 |
---|---|
void |
UnmodifiableObjectDoubleMap.putAll(ObjectDoubleMap<? extends K> map) |
void |
SynchronizedObjectDoubleMap.putAll(ObjectDoubleMap<? extends K> map) |
void |
ObjectDoubleHashMap.putAll(ObjectDoubleMap<? extends K> map) |
Constructor and Description |
---|
ObjectDoubleHashMap(ObjectDoubleMap<? extends K> map) |
Copyright © 2004–2018. All rights reserved.