Uses of Interface
org.eclipse.collections.api.map.primitive.DoubleObjectMap
-
Packages that use DoubleObjectMap 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 DoubleObjectMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type DoubleObjectMap Modifier and Type Method Description <V> ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectMapFactory. ofAll(DoubleObjectMap<? extends V> map)
<V> MutableDoubleObjectMap<V>
MutableDoubleObjectMapFactory. ofAll(DoubleObjectMap<? extends V> map)
<V> ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectMapFactory. withAll(DoubleObjectMap<? extends V> map)
<V> MutableDoubleObjectMap<V>
MutableDoubleObjectMapFactory. withAll(DoubleObjectMap<? extends V> map)
-
Uses of DoubleObjectMap in org.eclipse.collections.api.map.primitive
Subinterfaces of DoubleObjectMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ImmutableDoubleObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
MutableDoubleObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.Methods in org.eclipse.collections.api.map.primitive that return DoubleObjectMap Modifier and Type Method Description DoubleObjectMap<K>
ObjectDoubleMap. flipUniqueValues()
Return the DoubleObjectMap that is obtained by flipping the direction of this map and making the associations from value to key.DoubleObjectMap<V>
DoubleObjectMap. reject(DoubleObjectPredicate<? super V> predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.DoubleObjectMap<V>
DoubleObjectMap. select(DoubleObjectPredicate<? super V> predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.DoubleObjectMap<V>
DoubleObjectMap. tap(Procedure<? super V> procedure)
Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleObjectMap Modifier and Type Method Description void
MutableDoubleObjectMap. putAll(DoubleObjectMap<? extends V> map)
Puts all of the key/value mappings from the specified map into this map. -
Uses of DoubleObjectMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement DoubleObjectMap 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 DoubleObjectMap Modifier and Type Field Description private DoubleObjectMap<V>
AbstractImmutableDoubleObjectMap.ImmutableDoubleObjectMapSerializationProxy. map
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleObjectMap Modifier and Type Method Description <V> ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectMapFactoryImpl. ofAll(DoubleObjectMap<? extends V> map)
<V> ImmutableDoubleObjectMap<V>
ImmutableDoubleObjectMapFactoryImpl. withAll(DoubleObjectMap<? extends V> map)
Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleObjectMap Constructor Description ImmutableDoubleObjectHashMap(DoubleObjectMap<? extends V> delegate)
ImmutableDoubleObjectMapSerializationProxy(DoubleObjectMap<V> map)
-
Uses of DoubleObjectMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement DoubleObjectMap Modifier and Type Class Description class
DoubleObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.class
SynchronizedDoubleObjectMap<V>
A synchronized view of aMutableDoubleObjectMap
.class
UnmodifiableDoubleObjectMap<V>
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleObjectMap Modifier and Type Method Description static <V> DoubleObjectHashMap<V>
DoubleObjectHashMap. newMap(DoubleObjectMap<? extends V> map)
<V> MutableDoubleObjectMap<V>
MutableDoubleObjectMapFactoryImpl. ofAll(DoubleObjectMap<? extends V> map)
void
DoubleObjectHashMap. putAll(DoubleObjectMap<? extends V> map)
void
SynchronizedDoubleObjectMap. putAll(DoubleObjectMap<? extends V> map)
void
UnmodifiableDoubleObjectMap. putAll(DoubleObjectMap<? extends V> map)
<V> MutableDoubleObjectMap<V>
MutableDoubleObjectMapFactoryImpl. withAll(DoubleObjectMap<? extends V> map)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleObjectMap Constructor Description DoubleObjectHashMap(DoubleObjectMap<? extends V> map)
-