Uses of Interface
org.eclipse.collections.api.map.primitive.FloatFloatMap
-
Packages that use FloatFloatMap 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 FloatFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type FloatFloatMap Modifier and Type Method Description ImmutableFloatFloatMapImmutableFloatFloatMapFactory. ofAll(FloatFloatMap map)MutableFloatFloatMapMutableFloatFloatMapFactory. ofAll(FloatFloatMap map)ImmutableFloatFloatMapImmutableFloatFloatMapFactory. withAll(FloatFloatMap map)MutableFloatFloatMapMutableFloatFloatMapFactory. withAll(FloatFloatMap map) -
Uses of FloatFloatMap in org.eclipse.collections.api.map.primitive
Subinterfaces of FloatFloatMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interfaceImmutableFloatFloatMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceMutableFloatFloatMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return FloatFloatMap Modifier and Type Method Description FloatFloatMapFloatFloatMap. flipUniqueValues()Return the FloatFloatMap that is obtained by flipping the direction of this map and making the associations from value to key.FloatFloatMapFloatFloatMap. reject(FloatFloatPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.FloatFloatMapFloatFloatMap. select(FloatFloatPredicate 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 FloatFloatMap Modifier and Type Method Description voidMutableFloatFloatMap. putAll(FloatFloatMap map)Puts all of the key/value mappings from the specified map into this map. -
Uses of FloatFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement FloatFloatMap Modifier and Type Class Description (package private) classImmutableFloatFloatEmptyMapImmutableFloatFloatEmptyMap is an optimization forImmutableFloatFloatMapof size 0.(package private) classImmutableFloatFloatHashMapImmutableFloatFloatHashMap is the non-modifiable equivalent ofFloatFloatHashMap.(package private) classImmutableFloatFloatSingletonMapImmutableFloatFloatSingletonMap is an optimization forImmutableFloatFloatMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as FloatFloatMap Modifier and Type Field Description private FloatFloatMapImmutableFloatFloatHashMap.ImmutableFloatFloatMapSerializationProxy. mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type FloatFloatMap Modifier and Type Method Description ImmutableFloatFloatMapImmutableFloatFloatMapFactoryImpl. ofAll(FloatFloatMap map)ImmutableFloatFloatMapImmutableFloatFloatMapFactoryImpl. withAll(FloatFloatMap map)Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type FloatFloatMap Constructor Description ImmutableFloatFloatHashMap(FloatFloatMap delegate)ImmutableFloatFloatMapSerializationProxy(FloatFloatMap map) -
Uses of FloatFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement FloatFloatMap Modifier and Type Class Description classFloatFloatHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedFloatFloatMapA synchronized view of aMutableFloatFloatMap.classUnmodifiableFloatFloatMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatFloatMap Modifier and Type Method Description MutableFloatFloatMapMutableFloatFloatMapFactoryImpl. ofAll(FloatFloatMap map)voidFloatFloatHashMap. putAll(FloatFloatMap map)voidSynchronizedFloatFloatMap. putAll(FloatFloatMap map)voidUnmodifiableFloatFloatMap. putAll(FloatFloatMap map)MutableFloatFloatMapMutableFloatFloatMapFactoryImpl. withAll(FloatFloatMap map)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatFloatMap Constructor Description FloatFloatHashMap(FloatFloatMap map)
-