Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap
-
Packages that use ImmutableIntDoubleMap 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 ImmutableIntDoubleMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableIntDoubleMap Modifier and Type Method Description ImmutableIntDoubleMap
ImmutableIntDoubleMapFactory. empty()
<T> ImmutableIntDoubleMap
ImmutableIntDoubleMapFactory. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
Creates anImmutableIntDoubleMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableIntDoubleMap
ImmutableIntDoubleMapFactory. of()
Same asImmutableIntDoubleMapFactory.empty()
.ImmutableIntDoubleMap
ImmutableIntDoubleMapFactory. of(int key, double value)
ImmutableIntDoubleMap
ImmutableIntDoubleMapFactory. ofAll(IntDoubleMap map)
ImmutableIntDoubleMap
ImmutableIntDoubleMapFactory. with()
Same asImmutableIntDoubleMapFactory.empty()
.ImmutableIntDoubleMap
ImmutableIntDoubleMapFactory. with(int key, double value)
ImmutableIntDoubleMap
ImmutableIntDoubleMapFactory. withAll(IntDoubleMap map)
-
Uses of ImmutableIntDoubleMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableIntDoubleMap Modifier and Type Method Description ImmutableIntDoubleMap
ImmutableDoubleIntMap. flipUniqueValues()
ImmutableIntDoubleMap
ImmutableIntDoubleMap. newWithKeyValue(int key, double 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.ImmutableIntDoubleMap
ImmutableIntDoubleMap. newWithoutAllKeys(IntIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableIntDoubleMap
ImmutableIntDoubleMap. newWithoutKey(int key)
Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableIntDoubleMap
ImmutableIntDoubleMap. reject(IntDoublePredicate predicate)
ImmutableIntDoubleMap
ImmutableIntDoubleMap. select(IntDoublePredicate predicate)
ImmutableIntDoubleMap
IntDoubleMap. toImmutable()
Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableIntDoubleMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableIntDoubleMap Modifier and Type Class Description (package private) class
ImmutableIntDoubleEmptyMap
ImmutableIntDoubleEmptyMap is an optimization forImmutableIntDoubleMap
of size 0.(package private) class
ImmutableIntDoubleHashMap
ImmutableIntDoubleHashMap is the non-modifiable equivalent ofIntDoubleHashMap
.(package private) class
ImmutableIntDoubleSingletonMap
ImmutableIntDoubleSingletonMap is an optimization forImmutableIntDoubleMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableIntDoubleMap Modifier and Type Field Description (package private) static ImmutableIntDoubleMap
ImmutableIntDoubleEmptyMap. INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableIntDoubleMap Modifier and Type Method Description ImmutableIntDoubleMap
ImmutableIntDoubleMapFactoryImpl. empty()
ImmutableIntDoubleMap
ImmutableDoubleIntEmptyMap. flipUniqueValues()
ImmutableIntDoubleMap
ImmutableDoubleIntHashMap. flipUniqueValues()
ImmutableIntDoubleMap
ImmutableDoubleIntSingletonMap. flipUniqueValues()
<T> ImmutableIntDoubleMap
ImmutableIntDoubleMapFactoryImpl. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
ImmutableIntDoubleMap
ImmutableIntDoubleEmptyMap. newWithKeyValue(int key, double value)
ImmutableIntDoubleMap
ImmutableIntDoubleHashMap. newWithKeyValue(int key, double value)
ImmutableIntDoubleMap
ImmutableIntDoubleSingletonMap. newWithKeyValue(int key, double value)
ImmutableIntDoubleMap
ImmutableIntDoubleEmptyMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntDoubleMap
ImmutableIntDoubleHashMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntDoubleMap
ImmutableIntDoubleSingletonMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntDoubleMap
ImmutableIntDoubleEmptyMap. newWithoutKey(int key)
ImmutableIntDoubleMap
ImmutableIntDoubleHashMap. newWithoutKey(int key)
ImmutableIntDoubleMap
ImmutableIntDoubleSingletonMap. newWithoutKey(int key)
ImmutableIntDoubleMap
ImmutableIntDoubleMapFactoryImpl. of()
ImmutableIntDoubleMap
ImmutableIntDoubleMapFactoryImpl. of(int key, double value)
ImmutableIntDoubleMap
ImmutableIntDoubleMapFactoryImpl. ofAll(IntDoubleMap map)
ImmutableIntDoubleMap
ImmutableIntDoubleEmptyMap. reject(IntDoublePredicate predicate)
ImmutableIntDoubleMap
ImmutableIntDoubleHashMap. reject(IntDoublePredicate predicate)
ImmutableIntDoubleMap
ImmutableIntDoubleSingletonMap. reject(IntDoublePredicate predicate)
ImmutableIntDoubleMap
ImmutableIntDoubleEmptyMap. select(IntDoublePredicate predicate)
ImmutableIntDoubleMap
ImmutableIntDoubleHashMap. select(IntDoublePredicate predicate)
ImmutableIntDoubleMap
ImmutableIntDoubleSingletonMap. select(IntDoublePredicate predicate)
ImmutableIntDoubleMap
ImmutableIntDoubleEmptyMap. toImmutable()
ImmutableIntDoubleMap
ImmutableIntDoubleHashMap. toImmutable()
ImmutableIntDoubleMap
ImmutableIntDoubleSingletonMap. toImmutable()
ImmutableIntDoubleMap
ImmutableIntDoubleMapFactoryImpl. with()
ImmutableIntDoubleMap
ImmutableIntDoubleMapFactoryImpl. with(int key, double value)
ImmutableIntDoubleMap
ImmutableIntDoubleMapFactoryImpl. withAll(IntDoubleMap map)
-
Uses of ImmutableIntDoubleMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableIntDoubleMap Modifier and Type Method Description ImmutableIntDoubleMap
IntDoubleHashMap. toImmutable()
ImmutableIntDoubleMap
SynchronizedIntDoubleMap. toImmutable()
ImmutableIntDoubleMap
UnmodifiableIntDoubleMap. toImmutable()
-