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.empty() |
|
<T,V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
Creates an
ImmutableDoubleObjectMap from an Iterable<T> by applying keyFunction and valueFunction . |
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.of() |
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.of(double key,
V value) |
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.ofAll(DoubleObjectMap<? extends V> map) |
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.with() |
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.with(double key,
V value) |
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactory.withAll(DoubleObjectMap<? extends V> map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleObjectMap<K> |
ImmutableObjectDoubleMap.flipUniqueValues() |
|
ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMap.newWithKeyValue(double key,
V value) |
|
ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMap.newWithoutAllKeys(DoubleIterable keys) |
|
ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMap.newWithoutKey(double key) |
|
ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMap.reject(DoubleObjectPredicate<? super V> predicate) |
|
ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMap.select(DoubleObjectPredicate<? super V> predicate) |
|
ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMap.tap(Procedure<? super V> procedure) |
|
ImmutableDoubleObjectMap<V> |
DoubleObjectMap.toImmutable() |
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.empty() |
|
<T,V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactoryImpl.from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactoryImpl.of() |
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactoryImpl.of(double key,
V value) |
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactoryImpl.ofAll(DoubleObjectMap<? extends V> map) |
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactoryImpl.with() |
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactoryImpl.with(double key,
V value) |
|
<V> ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMapFactoryImpl.withAll(DoubleObjectMap<? extends V> map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleObjectMap<V> |
DoubleObjectHashMap.toImmutable() |
|
ImmutableDoubleObjectMap<V> |
SynchronizedDoubleObjectMap.toImmutable() |
|
ImmutableDoubleObjectMap<V> |
UnmodifiableDoubleObjectMap.toImmutable() |
Copyright © 2004–2019. All rights reserved.