Uses of Interface
org.eclipse.collections.api.tuple.primitive.IntShortPair
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 mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of IntShortPair in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionIntShortMap.keyValuesView()
Returns a view of the key/value pairs in this map.Modifier and TypeMethodDescriptiondefault void
MutableIntShortMap.putPair
(IntShortPair keyValuePair) This method allows MutableIntShortMap the ability to add an element in the form of IntShortPair.Modifier and TypeMethodDescriptiondefault MutableIntShortMap
MutableIntShortMap.withAllKeyValues
(Iterable<IntShortPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map. -
Uses of IntShortPair in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeMethodDescriptionIntShortHashMap.keyValuesView()
SynchronizedIntShortMap.keyValuesView()
UnmodifiableIntShortMap.keyValuesView()
Modifier and TypeMethodDescriptionvoid
SynchronizedIntShortMap.putPair
(IntShortPair keyValuePair) void
UnmodifiableIntShortMap.putPair
(IntShortPair keyValuePair) -
Uses of IntShortPair in org.eclipse.collections.impl.tuple.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file primitivePrimitivePairImpl.stg