Uses of Interface
org.eclipse.collections.api.map.primitive.ShortShortMap
-
Packages that use ShortShortMap 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 ShortShortMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type ShortShortMap Modifier and Type Method Description ImmutableShortShortMap
ImmutableShortShortMapFactory. ofAll(ShortShortMap map)
MutableShortShortMap
MutableShortShortMapFactory. ofAll(ShortShortMap map)
ImmutableShortShortMap
ImmutableShortShortMapFactory. withAll(ShortShortMap map)
MutableShortShortMap
MutableShortShortMapFactory. withAll(ShortShortMap map)
-
Uses of ShortShortMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ShortShortMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ImmutableShortShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
MutableShortShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return ShortShortMap Modifier and Type Method Description ShortShortMap
ShortShortMap. flipUniqueValues()
Return the ShortShortMap that is obtained by flipping the direction of this map and making the associations from value to key.ShortShortMap
ShortShortMap. reject(ShortShortPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ShortShortMap
ShortShortMap. select(ShortShortPredicate 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 ShortShortMap Modifier and Type Method Description void
MutableShortShortMap. putAll(ShortShortMap map)
Puts all of the key/value mappings from the specified map into this map. -
Uses of ShortShortMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ShortShortMap Modifier and Type Class Description (package private) class
ImmutableShortShortEmptyMap
ImmutableShortShortEmptyMap is an optimization forImmutableShortShortMap
of size 0.(package private) class
ImmutableShortShortHashMap
ImmutableShortShortHashMap is the non-modifiable equivalent ofShortShortHashMap
.(package private) class
ImmutableShortShortSingletonMap
ImmutableShortShortSingletonMap is an optimization forImmutableShortShortMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ShortShortMap Modifier and Type Field Description private ShortShortMap
ImmutableShortShortHashMap.ImmutableShortShortMapSerializationProxy. map
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortShortMap Modifier and Type Method Description ImmutableShortShortMap
ImmutableShortShortMapFactoryImpl. ofAll(ShortShortMap map)
ImmutableShortShortMap
ImmutableShortShortMapFactoryImpl. withAll(ShortShortMap map)
Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortShortMap Constructor Description ImmutableShortShortHashMap(ShortShortMap delegate)
ImmutableShortShortMapSerializationProxy(ShortShortMap map)
-
Uses of ShortShortMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ShortShortMap Modifier and Type Class Description class
ShortShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedShortShortMap
A synchronized view of aMutableShortShortMap
.class
UnmodifiableShortShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortShortMap Modifier and Type Method Description MutableShortShortMap
MutableShortShortMapFactoryImpl. ofAll(ShortShortMap map)
void
ShortShortHashMap. putAll(ShortShortMap map)
void
SynchronizedShortShortMap. putAll(ShortShortMap map)
void
UnmodifiableShortShortMap. putAll(ShortShortMap map)
MutableShortShortMap
MutableShortShortMapFactoryImpl. withAll(ShortShortMap map)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortShortMap Constructor Description ShortShortHashMap(ShortShortMap map)
-