Uses of Interface
org.eclipse.collections.api.map.primitive.ShortFloatMap
Packages that use ShortFloatMap
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ShortFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type ShortFloatMapModifier and TypeMethodDescriptionImmutableShortFloatMapFactory.ofAll(ShortFloatMap map) MutableShortFloatMapFactory.ofAll(ShortFloatMap map) ImmutableShortFloatMapFactory.withAll(ShortFloatMap map) MutableShortFloatMapFactory.withAll(ShortFloatMap map) -
Uses of ShortFloatMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ShortFloatMap in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return ShortFloatMapModifier and TypeMethodDescriptionFloatShortMap.flipUniqueValues()Return the ShortFloatMap that is obtained by flipping the direction of this map and making the associations from value to key.ShortFloatMap.reject(ShortFloatPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ShortFloatMap.select(ShortFloatPredicate 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 ShortFloatMapModifier and TypeMethodDescriptionvoidMutableShortFloatMap.putAll(ShortFloatMap map) Puts all of the key/value mappings from the specified map into this map. -
Uses of ShortFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ShortFloatMapModifier and TypeClassDescription(package private) final classImmutableShortFloatEmptyMap is an optimization forImmutableShortFloatMapof size 0.(package private) final classImmutableShortFloatHashMap is the non-modifiable equivalent ofShortFloatHashMap.(package private) final classImmutableShortFloatSingletonMap is an optimization forImmutableShortFloatMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ShortFloatMapModifier and TypeFieldDescriptionprivate ShortFloatMapImmutableShortFloatHashMap.ImmutableShortFloatMapSerializationProxy.mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortFloatMapModifier and TypeMethodDescriptionImmutableShortFloatMapFactoryImpl.ofAll(ShortFloatMap map) ImmutableShortFloatMapFactoryImpl.withAll(ShortFloatMap map) Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortFloatMapModifierConstructorDescription(package private)ImmutableShortFloatHashMap(ShortFloatMap delegate) protected -
Uses of ShortFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ShortFloatMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableShortFloatMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortFloatMapModifier and TypeMethodDescriptionMutableShortFloatMapFactoryImpl.ofAll(ShortFloatMap map) voidShortFloatHashMap.putAll(ShortFloatMap map) voidSynchronizedShortFloatMap.putAll(ShortFloatMap map) voidUnmodifiableShortFloatMap.putAll(ShortFloatMap map) MutableShortFloatMapFactoryImpl.withAll(ShortFloatMap map) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortFloatMap