Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap
Packages that use ImmutableDoubleObjectMap
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ImmutableDoubleObjectMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableDoubleObjectMapModifier and TypeMethodDescription<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 anImmutableDoubleObjectMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.<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) -
Uses of ImmutableDoubleObjectMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableDoubleObjectMapModifier and TypeMethodDescriptionImmutableObjectDoubleMap.flipUniqueValues()
ImmutableDoubleObjectMap.newWithKeyValue
(double key, V value) Copy this map, associate the value with the key (replacing the value if one already exists forkey
), and return the copy as new immutable map.ImmutableDoubleObjectMap.newWithoutAllKeys
(DoubleIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleObjectMap.newWithoutKey
(double key) Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableDoubleObjectMap.reject
(DoubleObjectPredicate<? super V> predicate) ImmutableDoubleObjectMap.select
(DoubleObjectPredicate<? super V> predicate) DoubleObjectMap.toImmutable()
Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableDoubleObjectMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableDoubleObjectMapModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.(package private) final class
ImmutableDoubleObjectEmptyMap is an optimization forImmutableDoubleObjectMap
of size 0.(package private) final class
ImmutableDoubleObjectHashMap is the non-modifiable equivalent ofDoubleObjectHashMap
.(package private) final class
ImmutableDoubleObjectSingletonMap is an optimization forImmutableDoubleObjectMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableDoubleObjectMapModifier and TypeFieldDescription(package private) static final ImmutableDoubleObjectMap
<?> ImmutableDoubleObjectEmptyMap.INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableDoubleObjectMapModifier and TypeMethodDescription<V> ImmutableDoubleObjectMap
<V> ImmutableDoubleObjectMapFactoryImpl.empty()
ImmutableObjectDoubleEmptyMap.flipUniqueValues()
ImmutableObjectDoubleHashMap.flipUniqueValues()
ImmutableObjectDoubleSingletonMap.flipUniqueValues()
<T,
V> ImmutableDoubleObjectMap <V> ImmutableDoubleObjectMapFactoryImpl.from
(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) ImmutableDoubleObjectEmptyMap.newWithKeyValue
(double key, V value) ImmutableDoubleObjectHashMap.newWithKeyValue
(double key, V value) ImmutableDoubleObjectSingletonMap.newWithKeyValue
(double key, V value) ImmutableDoubleObjectEmptyMap.newWithoutAllKeys
(DoubleIterable keys) ImmutableDoubleObjectHashMap.newWithoutAllKeys
(DoubleIterable keys) ImmutableDoubleObjectSingletonMap.newWithoutAllKeys
(DoubleIterable keys) ImmutableDoubleObjectEmptyMap.newWithoutKey
(double key) ImmutableDoubleObjectHashMap.newWithoutKey
(double key) ImmutableDoubleObjectSingletonMap.newWithoutKey
(double key) <V> ImmutableDoubleObjectMap
<V> ImmutableDoubleObjectMapFactoryImpl.of()
<V> ImmutableDoubleObjectMap
<V> ImmutableDoubleObjectMapFactoryImpl.of
(double key, V value) <V> ImmutableDoubleObjectMap
<V> ImmutableDoubleObjectMapFactoryImpl.ofAll
(DoubleObjectMap<? extends V> map) ImmutableDoubleObjectEmptyMap.reject
(DoubleObjectPredicate<? super V> predicate) ImmutableDoubleObjectHashMap.reject
(DoubleObjectPredicate<? super V> predicate) ImmutableDoubleObjectSingletonMap.reject
(DoubleObjectPredicate<? super V> predicate) ImmutableDoubleObjectEmptyMap.select
(DoubleObjectPredicate<? super V> predicate) ImmutableDoubleObjectHashMap.select
(DoubleObjectPredicate<? super V> predicate) ImmutableDoubleObjectSingletonMap.select
(DoubleObjectPredicate<? super V> predicate) ImmutableDoubleObjectEmptyMap.toImmutable()
ImmutableDoubleObjectHashMap.toImmutable()
ImmutableDoubleObjectSingletonMap.toImmutable()
<V> ImmutableDoubleObjectMap
<V> ImmutableDoubleObjectMapFactoryImpl.with()
<V> ImmutableDoubleObjectMap
<V> ImmutableDoubleObjectMapFactoryImpl.with
(double key, V value) <V> ImmutableDoubleObjectMap
<V> ImmutableDoubleObjectMapFactoryImpl.withAll
(DoubleObjectMap<? extends V> map) -
Uses of ImmutableDoubleObjectMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableDoubleObjectMapModifier and TypeMethodDescriptionDoubleObjectHashMap.toImmutable()
SynchronizedDoubleObjectMap.toImmutable()
UnmodifiableDoubleObjectMap.toImmutable()