Uses of Interface
org.eclipse.collections.api.map.primitive.ShortLongMap
-
Packages that use ShortLongMap 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 ShortLongMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type ShortLongMap Modifier and Type Method Description ImmutableShortLongMap
ImmutableShortLongMapFactory. ofAll(ShortLongMap map)
MutableShortLongMap
MutableShortLongMapFactory. ofAll(ShortLongMap map)
ImmutableShortLongMap
ImmutableShortLongMapFactory. withAll(ShortLongMap map)
MutableShortLongMap
MutableShortLongMapFactory. withAll(ShortLongMap map)
-
Uses of ShortLongMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ShortLongMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ImmutableShortLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
MutableShortLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return ShortLongMap Modifier and Type Method Description ShortLongMap
LongShortMap. flipUniqueValues()
Return the ShortLongMap that is obtained by flipping the direction of this map and making the associations from value to key.ShortLongMap
ShortLongMap. reject(ShortLongPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ShortLongMap
ShortLongMap. select(ShortLongPredicate 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 ShortLongMap Modifier and Type Method Description void
MutableShortLongMap. putAll(ShortLongMap map)
Puts all of the key/value mappings from the specified map into this map. -
Uses of ShortLongMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ShortLongMap Modifier and Type Class Description (package private) class
ImmutableShortLongEmptyMap
ImmutableShortLongEmptyMap is an optimization forImmutableShortLongMap
of size 0.(package private) class
ImmutableShortLongHashMap
ImmutableShortLongHashMap is the non-modifiable equivalent ofShortLongHashMap
.(package private) class
ImmutableShortLongSingletonMap
ImmutableShortLongSingletonMap is an optimization forImmutableShortLongMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ShortLongMap Modifier and Type Field Description private ShortLongMap
ImmutableShortLongHashMap.ImmutableShortLongMapSerializationProxy. map
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortLongMap Modifier and Type Method Description ImmutableShortLongMap
ImmutableShortLongMapFactoryImpl. ofAll(ShortLongMap map)
ImmutableShortLongMap
ImmutableShortLongMapFactoryImpl. withAll(ShortLongMap map)
Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortLongMap Constructor Description ImmutableShortLongHashMap(ShortLongMap delegate)
ImmutableShortLongMapSerializationProxy(ShortLongMap map)
-
Uses of ShortLongMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ShortLongMap Modifier and Type Class Description class
ShortLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedShortLongMap
A synchronized view of aMutableShortLongMap
.class
UnmodifiableShortLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortLongMap Modifier and Type Method Description MutableShortLongMap
MutableShortLongMapFactoryImpl. ofAll(ShortLongMap map)
void
ShortLongHashMap. putAll(ShortLongMap map)
void
SynchronizedShortLongMap. putAll(ShortLongMap map)
void
UnmodifiableShortLongMap. putAll(ShortLongMap map)
MutableShortLongMap
MutableShortLongMapFactoryImpl. withAll(ShortLongMap map)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortLongMap Constructor Description ShortLongHashMap(ShortLongMap map)
-