Uses of Interface
org.eclipse.collections.api.map.primitive.DoubleIntMap
-
Packages that use DoubleIntMap 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 DoubleIntMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type DoubleIntMap Modifier and Type Method Description ImmutableDoubleIntMap
ImmutableDoubleIntMapFactory. ofAll(DoubleIntMap map)
MutableDoubleIntMap
MutableDoubleIntMapFactory. ofAll(DoubleIntMap map)
ImmutableDoubleIntMap
ImmutableDoubleIntMapFactory. withAll(DoubleIntMap map)
MutableDoubleIntMap
MutableDoubleIntMapFactory. withAll(DoubleIntMap map)
-
Uses of DoubleIntMap in org.eclipse.collections.api.map.primitive
Subinterfaces of DoubleIntMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ImmutableDoubleIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
MutableDoubleIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return DoubleIntMap Modifier and Type Method Description DoubleIntMap
IntDoubleMap. flipUniqueValues()
Return the DoubleIntMap that is obtained by flipping the direction of this map and making the associations from value to key.DoubleIntMap
DoubleIntMap. reject(DoubleIntPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.DoubleIntMap
DoubleIntMap. select(DoubleIntPredicate 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 DoubleIntMap Modifier and Type Method Description void
MutableDoubleIntMap. putAll(DoubleIntMap map)
Puts all of the key/value mappings from the specified map into this map. -
Uses of DoubleIntMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement DoubleIntMap 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 DoubleIntMap Modifier and Type Field Description private DoubleIntMap
ImmutableDoubleIntHashMap.ImmutableDoubleIntMapSerializationProxy. map
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleIntMap Modifier and Type Method Description ImmutableDoubleIntMap
ImmutableDoubleIntMapFactoryImpl. ofAll(DoubleIntMap map)
ImmutableDoubleIntMap
ImmutableDoubleIntMapFactoryImpl. withAll(DoubleIntMap map)
Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleIntMap Constructor Description ImmutableDoubleIntHashMap(DoubleIntMap delegate)
ImmutableDoubleIntMapSerializationProxy(DoubleIntMap map)
-
Uses of DoubleIntMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement DoubleIntMap Modifier and Type Class Description class
DoubleIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedDoubleIntMap
A synchronized view of aMutableDoubleIntMap
.class
UnmodifiableDoubleIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleIntMap Modifier and Type Method Description MutableDoubleIntMap
MutableDoubleIntMapFactoryImpl. ofAll(DoubleIntMap map)
void
DoubleIntHashMap. putAll(DoubleIntMap map)
void
SynchronizedDoubleIntMap. putAll(DoubleIntMap map)
void
UnmodifiableDoubleIntMap. putAll(DoubleIntMap map)
MutableDoubleIntMap
MutableDoubleIntMapFactoryImpl. withAll(DoubleIntMap map)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleIntMap Constructor Description DoubleIntHashMap(DoubleIntMap map)
-