Package | Description |
---|---|
org.eclipse.collections.api.factory.map.primitive | |
org.eclipse.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.
|
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.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 | Description |
---|---|---|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.ofAll(DoubleObjectMap<? extends V> map) |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.ofAll(DoubleObjectMap<? extends V> map) |
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.withAll(DoubleObjectMap<? extends V> map) |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactory.withAll(DoubleObjectMap<? extends V> map) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableDoubleObjectMap<V> |
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
|
interface |
MutableDoubleObjectMap<V> |
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
DoubleObjectMap<K> |
ObjectDoubleMap.flipUniqueValues() |
Return the DoubleObjectMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
DoubleObjectMap<V> |
DoubleObjectMap.reject(DoubleObjectPredicate<? super V> predicate) |
|
DoubleObjectMap<V> |
DoubleObjectMap.select(DoubleObjectPredicate<? super V> predicate) |
|
DoubleObjectMap<V> |
DoubleObjectMap.tap(Procedure<? super V> procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
MutableDoubleObjectMap.putAll(DoubleObjectMap<? extends V> map) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableDoubleObjectMap<V> |
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactoryImpl.ofAll(DoubleObjectMap<? extends V> map) |
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactoryImpl.withAll(DoubleObjectMap<? extends V> map) |
Modifier and Type | Class | Description |
---|---|---|
class |
DoubleObjectHashMap<V> |
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
SynchronizedDoubleObjectMap<V> |
A synchronized view of a
MutableDoubleObjectMap . |
class |
UnmodifiableDoubleObjectMap<V> |
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
static <V> DoubleObjectHashMap<V> |
DoubleObjectHashMap.newMap(DoubleObjectMap<? extends V> map) |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactoryImpl.ofAll(DoubleObjectMap<? extends V> map) |
|
void |
DoubleObjectHashMap.putAll(DoubleObjectMap<? extends V> map) |
|
void |
SynchronizedDoubleObjectMap.putAll(DoubleObjectMap<? extends V> map) |
|
void |
UnmodifiableDoubleObjectMap.putAll(DoubleObjectMap<? extends V> map) |
|
<V> MutableDoubleObjectMap<V> |
MutableDoubleObjectMapFactoryImpl.withAll(DoubleObjectMap<? extends V> map) |
Constructor | Description |
---|---|
DoubleObjectHashMap(DoubleObjectMap<? extends V> map) |
Copyright © 2004–2019. All rights reserved.