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 interfaceImmutableDoubleObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceMutableDoubleObjectMap<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 voidMutableDoubleObjectMap. 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 classAbstractImmutableDoubleObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.(package private) classImmutableDoubleObjectEmptyMap<V>ImmutableDoubleObjectEmptyMap is an optimization forImmutableDoubleObjectMapof size 0.(package private) classImmutableDoubleObjectHashMap<V>ImmutableDoubleObjectHashMap is the non-modifiable equivalent ofDoubleObjectHashMap.(package private) classImmutableDoubleObjectSingletonMap<V>ImmutableDoubleObjectSingletonMap is an optimization forImmutableDoubleObjectMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as DoubleObjectMap Modifier and Type Field Description private DoubleObjectMap<V>AbstractImmutableDoubleObjectMap.ImmutableDoubleObjectMapSerializationProxy. mapMethods 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 classDoubleObjectHashMap<V>This file was automatically generated from template file primitiveObjectHashMap.stg.classSynchronizedDoubleObjectMap<V>A synchronized view of aMutableDoubleObjectMap.classUnmodifiableDoubleObjectMap<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)voidDoubleObjectHashMap. putAll(DoubleObjectMap<? extends V> map)voidSynchronizedDoubleObjectMap. putAll(DoubleObjectMap<? extends V> map)voidUnmodifiableDoubleObjectMap. 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)
-