Uses of Interface
org.eclipse.collections.api.map.primitive.ShortDoubleMap
-
Packages that use ShortDoubleMap 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 ShortDoubleMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type ShortDoubleMap Modifier and Type Method Description ImmutableShortDoubleMap
ImmutableShortDoubleMapFactory. ofAll(ShortDoubleMap map)
MutableShortDoubleMap
MutableShortDoubleMapFactory. ofAll(ShortDoubleMap map)
ImmutableShortDoubleMap
ImmutableShortDoubleMapFactory. withAll(ShortDoubleMap map)
MutableShortDoubleMap
MutableShortDoubleMapFactory. withAll(ShortDoubleMap map)
-
Uses of ShortDoubleMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ShortDoubleMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ImmutableShortDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
MutableShortDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return ShortDoubleMap Modifier and Type Method Description ShortDoubleMap
DoubleShortMap. flipUniqueValues()
Return the ShortDoubleMap that is obtained by flipping the direction of this map and making the associations from value to key.ShortDoubleMap
ShortDoubleMap. reject(ShortDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ShortDoubleMap
ShortDoubleMap. select(ShortDoublePredicate 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 ShortDoubleMap Modifier and Type Method Description void
MutableShortDoubleMap. putAll(ShortDoubleMap map)
Puts all of the key/value mappings from the specified map into this map. -
Uses of ShortDoubleMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ShortDoubleMap Modifier and Type Class Description (package private) class
ImmutableShortDoubleEmptyMap
ImmutableShortDoubleEmptyMap is an optimization forImmutableShortDoubleMap
of size 0.(package private) class
ImmutableShortDoubleHashMap
ImmutableShortDoubleHashMap is the non-modifiable equivalent ofShortDoubleHashMap
.(package private) class
ImmutableShortDoubleSingletonMap
ImmutableShortDoubleSingletonMap is an optimization forImmutableShortDoubleMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ShortDoubleMap Modifier and Type Field Description private ShortDoubleMap
ImmutableShortDoubleHashMap.ImmutableShortDoubleMapSerializationProxy. map
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortDoubleMap Modifier and Type Method Description ImmutableShortDoubleMap
ImmutableShortDoubleMapFactoryImpl. ofAll(ShortDoubleMap map)
ImmutableShortDoubleMap
ImmutableShortDoubleMapFactoryImpl. withAll(ShortDoubleMap map)
Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortDoubleMap Constructor Description ImmutableShortDoubleHashMap(ShortDoubleMap delegate)
ImmutableShortDoubleMapSerializationProxy(ShortDoubleMap map)
-
Uses of ShortDoubleMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ShortDoubleMap Modifier and Type Class Description class
ShortDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedShortDoubleMap
A synchronized view of aMutableShortDoubleMap
.class
UnmodifiableShortDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortDoubleMap Modifier and Type Method Description MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. ofAll(ShortDoubleMap map)
void
ShortDoubleHashMap. putAll(ShortDoubleMap map)
void
SynchronizedShortDoubleMap. putAll(ShortDoubleMap map)
void
UnmodifiableShortDoubleMap. putAll(ShortDoubleMap map)
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. withAll(ShortDoubleMap map)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortDoubleMap Constructor Description ShortDoubleHashMap(ShortDoubleMap map)
-