Uses of Interface
org.eclipse.collections.api.map.primitive.IntDoubleMap
-
Packages that use IntDoubleMap 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 IntDoubleMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type IntDoubleMap Modifier and Type Method Description ImmutableIntDoubleMap
ImmutableIntDoubleMapFactory. ofAll(IntDoubleMap map)
MutableIntDoubleMap
MutableIntDoubleMapFactory. ofAll(IntDoubleMap map)
ImmutableIntDoubleMap
ImmutableIntDoubleMapFactory. withAll(IntDoubleMap map)
MutableIntDoubleMap
MutableIntDoubleMapFactory. withAll(IntDoubleMap map)
-
Uses of IntDoubleMap in org.eclipse.collections.api.map.primitive
Subinterfaces of IntDoubleMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ImmutableIntDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
MutableIntDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return IntDoubleMap Modifier and Type Method Description IntDoubleMap
DoubleIntMap. flipUniqueValues()
Return the IntDoubleMap that is obtained by flipping the direction of this map and making the associations from value to key.IntDoubleMap
IntDoubleMap. reject(IntDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.IntDoubleMap
IntDoubleMap. select(IntDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.Methods in org.eclipse.collections.api.map.primitive with parameters of type IntDoubleMap Modifier and Type Method Description void
MutableIntDoubleMap. putAll(IntDoubleMap map)
Puts all of the key/value mappings from the specified map into this map. -
Uses of IntDoubleMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement IntDoubleMap 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 IntDoubleMap Modifier and Type Field Description private IntDoubleMap
ImmutableIntDoubleHashMap.ImmutableIntDoubleMapSerializationProxy. map
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntDoubleMap Modifier and Type Method Description ImmutableIntDoubleMap
ImmutableIntDoubleMapFactoryImpl. ofAll(IntDoubleMap map)
ImmutableIntDoubleMap
ImmutableIntDoubleMapFactoryImpl. withAll(IntDoubleMap map)
Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntDoubleMap Constructor Description ImmutableIntDoubleHashMap(IntDoubleMap delegate)
ImmutableIntDoubleMapSerializationProxy(IntDoubleMap map)
-
Uses of IntDoubleMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement IntDoubleMap Modifier and Type Class Description class
IntDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedIntDoubleMap
A synchronized view of aMutableIntDoubleMap
.class
UnmodifiableIntDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntDoubleMap Modifier and Type Method Description MutableIntDoubleMap
MutableIntDoubleMapFactoryImpl. ofAll(IntDoubleMap map)
void
IntDoubleHashMap. putAll(IntDoubleMap map)
void
SynchronizedIntDoubleMap. putAll(IntDoubleMap map)
void
UnmodifiableIntDoubleMap. putAll(IntDoubleMap map)
MutableIntDoubleMap
MutableIntDoubleMapFactoryImpl. withAll(IntDoubleMap map)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntDoubleMap Constructor Description IntDoubleHashMap(IntDoubleMap map)
-