Uses of Interface
org.eclipse.collections.api.map.primitive.FloatShortMap
-
Packages that use FloatShortMap 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 FloatShortMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type FloatShortMap Modifier and Type Method Description ImmutableFloatShortMap
ImmutableFloatShortMapFactory. ofAll(FloatShortMap map)
MutableFloatShortMap
MutableFloatShortMapFactory. ofAll(FloatShortMap map)
ImmutableFloatShortMap
ImmutableFloatShortMapFactory. withAll(FloatShortMap map)
MutableFloatShortMap
MutableFloatShortMapFactory. withAll(FloatShortMap map)
-
Uses of FloatShortMap in org.eclipse.collections.api.map.primitive
Subinterfaces of FloatShortMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ImmutableFloatShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
MutableFloatShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return FloatShortMap Modifier and Type Method Description FloatShortMap
ShortFloatMap. flipUniqueValues()
Return the FloatShortMap that is obtained by flipping the direction of this map and making the associations from value to key.FloatShortMap
FloatShortMap. reject(FloatShortPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.FloatShortMap
FloatShortMap. select(FloatShortPredicate 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 FloatShortMap Modifier and Type Method Description void
MutableFloatShortMap. putAll(FloatShortMap map)
Puts all of the key/value mappings from the specified map into this map. -
Uses of FloatShortMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement FloatShortMap Modifier and Type Class Description (package private) class
ImmutableFloatShortEmptyMap
ImmutableFloatShortEmptyMap is an optimization forImmutableFloatShortMap
of size 0.(package private) class
ImmutableFloatShortHashMap
ImmutableFloatShortHashMap is the non-modifiable equivalent ofFloatShortHashMap
.(package private) class
ImmutableFloatShortSingletonMap
ImmutableFloatShortSingletonMap is an optimization forImmutableFloatShortMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as FloatShortMap Modifier and Type Field Description private FloatShortMap
ImmutableFloatShortHashMap.ImmutableFloatShortMapSerializationProxy. map
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type FloatShortMap Modifier and Type Method Description ImmutableFloatShortMap
ImmutableFloatShortMapFactoryImpl. ofAll(FloatShortMap map)
ImmutableFloatShortMap
ImmutableFloatShortMapFactoryImpl. withAll(FloatShortMap map)
Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type FloatShortMap Constructor Description ImmutableFloatShortHashMap(FloatShortMap delegate)
ImmutableFloatShortMapSerializationProxy(FloatShortMap map)
-
Uses of FloatShortMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement FloatShortMap Modifier and Type Class Description class
FloatShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedFloatShortMap
A synchronized view of aMutableFloatShortMap
.class
UnmodifiableFloatShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatShortMap Modifier and Type Method Description MutableFloatShortMap
MutableFloatShortMapFactoryImpl. ofAll(FloatShortMap map)
void
FloatShortHashMap. putAll(FloatShortMap map)
void
SynchronizedFloatShortMap. putAll(FloatShortMap map)
void
UnmodifiableFloatShortMap. putAll(FloatShortMap map)
MutableFloatShortMap
MutableFloatShortMapFactoryImpl. withAll(FloatShortMap map)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatShortMap Constructor Description FloatShortHashMap(FloatShortMap map)
-