Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableDoubleObjectMap
-
Packages that use ImmutableDoubleObjectMap 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. -
-
Uses of ImmutableDoubleObjectMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableDoubleObjectMap Modifier and Type Method Description <V> ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectMapFactory. empty()
<T,V>
ImmutableDoubleObjectMap<V>ImmutableDoubleObjectMapFactory. from(java.lang.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 ImmutableDoubleObjectMap Modifier and Type Method Description ImmutableDoubleObjectMap<K>
ImmutableObjectDoubleMap. flipUniqueValues()
ImmutableDoubleObjectMap<V>
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<V>
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<V>
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<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()
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 ImmutableDoubleObjectMap Modifier and Type Class Description class
AbstractImmutableDoubleObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.(package private) class
ImmutableDoubleObjectEmptyMap<V>
ImmutableDoubleObjectEmptyMap is an optimization forImmutableDoubleObjectMap
of size 0.(package private) class
ImmutableDoubleObjectHashMap<V>
ImmutableDoubleObjectHashMap is the non-modifiable equivalent ofDoubleObjectHashMap
.(package private) class
ImmutableDoubleObjectSingletonMap<V>
ImmutableDoubleObjectSingletonMap is an optimization forImmutableDoubleObjectMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableDoubleObjectMap Modifier and Type Field Description (package private) static ImmutableDoubleObjectMap<?>
ImmutableDoubleObjectEmptyMap. INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableDoubleObjectMap Modifier and Type Method Description <V> ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectMapFactoryImpl. empty()
ImmutableDoubleObjectMap<K>
ImmutableObjectDoubleEmptyMap. flipUniqueValues()
ImmutableDoubleObjectMap<K>
ImmutableObjectDoubleHashMap. flipUniqueValues()
ImmutableDoubleObjectMap<K>
ImmutableObjectDoubleSingletonMap. flipUniqueValues()
<T,V>
ImmutableDoubleObjectMap<V>ImmutableDoubleObjectMapFactoryImpl. from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectEmptyMap. newWithKeyValue(double key, V value)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectHashMap. newWithKeyValue(double key, V value)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectSingletonMap. newWithKeyValue(double key, V value)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectEmptyMap. newWithoutAllKeys(DoubleIterable keys)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectHashMap. newWithoutAllKeys(DoubleIterable keys)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectSingletonMap. newWithoutAllKeys(DoubleIterable keys)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectEmptyMap. newWithoutKey(double key)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectHashMap. newWithoutKey(double key)
ImmutableDoubleObjectMap<V>
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)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectEmptyMap. reject(DoubleObjectPredicate<? super V> predicate)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectHashMap. reject(DoubleObjectPredicate<? super V> predicate)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectSingletonMap. reject(DoubleObjectPredicate<? super V> predicate)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectEmptyMap. select(DoubleObjectPredicate<? super V> predicate)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectHashMap. select(DoubleObjectPredicate<? super V> predicate)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectSingletonMap. select(DoubleObjectPredicate<? super V> predicate)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectEmptyMap. tap(Procedure<? super V> procedure)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectHashMap. tap(Procedure<? super V> procedure)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectSingletonMap. tap(Procedure<? super V> procedure)
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectEmptyMap. toImmutable()
ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectHashMap. toImmutable()
ImmutableDoubleObjectMap<V>
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 ImmutableDoubleObjectMap Modifier and Type Method Description ImmutableDoubleObjectMap<V>
DoubleObjectHashMap. toImmutable()
ImmutableDoubleObjectMap<V>
SynchronizedDoubleObjectMap. toImmutable()
ImmutableDoubleObjectMap<V>
UnmodifiableDoubleObjectMap. toImmutable()
-