Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableDoubleIntMap
-
Packages that use ImmutableDoubleIntMap 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 ImmutableDoubleIntMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableDoubleIntMap Modifier and Type Method Description ImmutableDoubleIntMap
ImmutableDoubleIntMapFactory. empty()
<T> ImmutableDoubleIntMap
ImmutableDoubleIntMapFactory. from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)
Creates anImmutableDoubleIntMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableDoubleIntMap
ImmutableDoubleIntMapFactory. of()
Same asImmutableDoubleIntMapFactory.empty()
.ImmutableDoubleIntMap
ImmutableDoubleIntMapFactory. of(double key, int value)
ImmutableDoubleIntMap
ImmutableDoubleIntMapFactory. ofAll(DoubleIntMap map)
ImmutableDoubleIntMap
ImmutableDoubleIntMapFactory. with()
Same asImmutableDoubleIntMapFactory.empty()
.ImmutableDoubleIntMap
ImmutableDoubleIntMapFactory. with(double key, int value)
ImmutableDoubleIntMap
ImmutableDoubleIntMapFactory. withAll(DoubleIntMap map)
-
Uses of ImmutableDoubleIntMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableDoubleIntMap Modifier and Type Method Description ImmutableDoubleIntMap
ImmutableIntDoubleMap. flipUniqueValues()
ImmutableDoubleIntMap
ImmutableDoubleIntMap. newWithKeyValue(double key, int 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.ImmutableDoubleIntMap
ImmutableDoubleIntMap. 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.ImmutableDoubleIntMap
ImmutableDoubleIntMap. 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.ImmutableDoubleIntMap
ImmutableDoubleIntMap. reject(DoubleIntPredicate predicate)
ImmutableDoubleIntMap
ImmutableDoubleIntMap. select(DoubleIntPredicate predicate)
ImmutableDoubleIntMap
DoubleIntMap. toImmutable()
Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableDoubleIntMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableDoubleIntMap Modifier and Type Class Description (package private) class
ImmutableDoubleIntEmptyMap
ImmutableDoubleIntEmptyMap is an optimization forImmutableDoubleIntMap
of size 0.(package private) class
ImmutableDoubleIntHashMap
ImmutableDoubleIntHashMap is the non-modifiable equivalent ofDoubleIntHashMap
.(package private) class
ImmutableDoubleIntSingletonMap
ImmutableDoubleIntSingletonMap is an optimization forImmutableDoubleIntMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableDoubleIntMap Modifier and Type Field Description (package private) static ImmutableDoubleIntMap
ImmutableDoubleIntEmptyMap. INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableDoubleIntMap Modifier and Type Method Description ImmutableDoubleIntMap
ImmutableDoubleIntMapFactoryImpl. empty()
ImmutableDoubleIntMap
ImmutableIntDoubleEmptyMap. flipUniqueValues()
ImmutableDoubleIntMap
ImmutableIntDoubleHashMap. flipUniqueValues()
ImmutableDoubleIntMap
ImmutableIntDoubleSingletonMap. flipUniqueValues()
<T> ImmutableDoubleIntMap
ImmutableDoubleIntMapFactoryImpl. from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)
ImmutableDoubleIntMap
ImmutableDoubleIntEmptyMap. newWithKeyValue(double key, int value)
ImmutableDoubleIntMap
ImmutableDoubleIntHashMap. newWithKeyValue(double key, int value)
ImmutableDoubleIntMap
ImmutableDoubleIntSingletonMap. newWithKeyValue(double key, int value)
ImmutableDoubleIntMap
ImmutableDoubleIntEmptyMap. newWithoutAllKeys(DoubleIterable keys)
ImmutableDoubleIntMap
ImmutableDoubleIntHashMap. newWithoutAllKeys(DoubleIterable keys)
ImmutableDoubleIntMap
ImmutableDoubleIntSingletonMap. newWithoutAllKeys(DoubleIterable keys)
ImmutableDoubleIntMap
ImmutableDoubleIntEmptyMap. newWithoutKey(double key)
ImmutableDoubleIntMap
ImmutableDoubleIntHashMap. newWithoutKey(double key)
ImmutableDoubleIntMap
ImmutableDoubleIntSingletonMap. newWithoutKey(double key)
ImmutableDoubleIntMap
ImmutableDoubleIntMapFactoryImpl. of()
ImmutableDoubleIntMap
ImmutableDoubleIntMapFactoryImpl. of(double key, int value)
ImmutableDoubleIntMap
ImmutableDoubleIntMapFactoryImpl. ofAll(DoubleIntMap map)
ImmutableDoubleIntMap
ImmutableDoubleIntEmptyMap. reject(DoubleIntPredicate predicate)
ImmutableDoubleIntMap
ImmutableDoubleIntHashMap. reject(DoubleIntPredicate predicate)
ImmutableDoubleIntMap
ImmutableDoubleIntSingletonMap. reject(DoubleIntPredicate predicate)
ImmutableDoubleIntMap
ImmutableDoubleIntEmptyMap. select(DoubleIntPredicate predicate)
ImmutableDoubleIntMap
ImmutableDoubleIntHashMap. select(DoubleIntPredicate predicate)
ImmutableDoubleIntMap
ImmutableDoubleIntSingletonMap. select(DoubleIntPredicate predicate)
ImmutableDoubleIntMap
ImmutableDoubleIntEmptyMap. toImmutable()
ImmutableDoubleIntMap
ImmutableDoubleIntHashMap. toImmutable()
ImmutableDoubleIntMap
ImmutableDoubleIntSingletonMap. toImmutable()
ImmutableDoubleIntMap
ImmutableDoubleIntMapFactoryImpl. with()
ImmutableDoubleIntMap
ImmutableDoubleIntMapFactoryImpl. with(double key, int value)
ImmutableDoubleIntMap
ImmutableDoubleIntMapFactoryImpl. withAll(DoubleIntMap map)
-
Uses of ImmutableDoubleIntMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableDoubleIntMap Modifier and Type Method Description ImmutableDoubleIntMap
DoubleIntHashMap. toImmutable()
ImmutableDoubleIntMap
SynchronizedDoubleIntMap. toImmutable()
ImmutableDoubleIntMap
UnmodifiableDoubleIntMap. toImmutable()
-