Uses of Interface
org.eclipse.collections.api.map.primitive.DoubleFloatMap
-
Packages that use DoubleFloatMap 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 DoubleFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type DoubleFloatMap Modifier and Type Method Description ImmutableDoubleFloatMapImmutableDoubleFloatMapFactory. ofAll(DoubleFloatMap map)MutableDoubleFloatMapMutableDoubleFloatMapFactory. ofAll(DoubleFloatMap map)ImmutableDoubleFloatMapImmutableDoubleFloatMapFactory. withAll(DoubleFloatMap map)MutableDoubleFloatMapMutableDoubleFloatMapFactory. withAll(DoubleFloatMap map) -
Uses of DoubleFloatMap in org.eclipse.collections.api.map.primitive
Subinterfaces of DoubleFloatMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interfaceImmutableDoubleFloatMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceMutableDoubleFloatMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return DoubleFloatMap Modifier and Type Method Description DoubleFloatMapFloatDoubleMap. flipUniqueValues()Return the DoubleFloatMap that is obtained by flipping the direction of this map and making the associations from value to key.DoubleFloatMapDoubleFloatMap. reject(DoubleFloatPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.DoubleFloatMapDoubleFloatMap. select(DoubleFloatPredicate 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 DoubleFloatMap Modifier and Type Method Description voidMutableDoubleFloatMap. putAll(DoubleFloatMap map)Puts all of the key/value mappings from the specified map into this map. -
Uses of DoubleFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement DoubleFloatMap Modifier and Type Class Description (package private) classImmutableDoubleFloatEmptyMapImmutableDoubleFloatEmptyMap is an optimization forImmutableDoubleFloatMapof size 0.(package private) classImmutableDoubleFloatHashMapImmutableDoubleFloatHashMap is the non-modifiable equivalent ofDoubleFloatHashMap.(package private) classImmutableDoubleFloatSingletonMapImmutableDoubleFloatSingletonMap is an optimization forImmutableDoubleFloatMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as DoubleFloatMap Modifier and Type Field Description private DoubleFloatMapImmutableDoubleFloatHashMap.ImmutableDoubleFloatMapSerializationProxy. mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleFloatMap Modifier and Type Method Description ImmutableDoubleFloatMapImmutableDoubleFloatMapFactoryImpl. ofAll(DoubleFloatMap map)ImmutableDoubleFloatMapImmutableDoubleFloatMapFactoryImpl. withAll(DoubleFloatMap map)Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleFloatMap Constructor Description ImmutableDoubleFloatHashMap(DoubleFloatMap delegate)ImmutableDoubleFloatMapSerializationProxy(DoubleFloatMap map) -
Uses of DoubleFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement DoubleFloatMap Modifier and Type Class Description classDoubleFloatHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedDoubleFloatMapA synchronized view of aMutableDoubleFloatMap.classUnmodifiableDoubleFloatMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleFloatMap Modifier and Type Method Description MutableDoubleFloatMapMutableDoubleFloatMapFactoryImpl. ofAll(DoubleFloatMap map)voidDoubleFloatHashMap. putAll(DoubleFloatMap map)voidSynchronizedDoubleFloatMap. putAll(DoubleFloatMap map)voidUnmodifiableDoubleFloatMap. putAll(DoubleFloatMap map)MutableDoubleFloatMapMutableDoubleFloatMapFactoryImpl. withAll(DoubleFloatMap map)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleFloatMap Constructor Description DoubleFloatHashMap(DoubleFloatMap map)
-