Uses of Interface
org.eclipse.collections.api.tuple.primitive.ShortCharPair
Packages that use ShortCharPair
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 immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ShortCharPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ShortCharPairModifier and TypeMethodDescriptionShortCharMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortCharPairModifier and TypeMethodDescriptiondefault voidMutableShortCharMap.putPair(ShortCharPair keyValuePair) This method allows MutableShortCharMap the ability to add an element in the form of ShortCharPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ShortCharPairModifier and TypeMethodDescriptiondefault MutableShortCharMapMutableShortCharMap.withAllKeyValues(Iterable<ShortCharPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map. -
Uses of ShortCharPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type ShortCharPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(short, char). -
Uses of ShortCharPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ShortCharPairModifier and TypeMethodDescriptionImmutableShortCharEmptyMap.keyValuesView()ImmutableShortCharHashMap.keyValuesView()ImmutableShortCharSingletonMap.keyValuesView() -
Uses of ShortCharPair in org.eclipse.collections.impl.map.mutable.primitive
Subclasses with type arguments of type ShortCharPair in org.eclipse.collections.impl.map.mutable.primitiveClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type ShortCharPairMethods in org.eclipse.collections.impl.map.mutable.primitive that return ShortCharPairModifier and TypeMethodDescriptionShortCharHashMap.KeyValuesView.InternalKeyValuesIterator.next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ShortCharPairModifier and TypeMethodDescriptionShortCharHashMap.KeyValuesView.iterator()ShortCharHashMap.keyValuesView()SynchronizedShortCharMap.keyValuesView()UnmodifiableShortCharMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortCharPairModifier and TypeMethodDescriptionvoidSynchronizedShortCharMap.putPair(ShortCharPair keyValuePair) voidUnmodifiableShortCharMap.putPair(ShortCharPair keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ShortCharPairModifier and TypeMethodDescriptionvoidShortCharHashMap.KeyValuesView.each(Procedure<? super ShortCharPair> procedure) <P> voidShortCharHashMap.KeyValuesView.forEachWith(Procedure2<? super ShortCharPair, ? super P> procedure, P parameter) voidShortCharHashMap.KeyValuesView.forEachWithIndex(ObjectIntProcedure<? super ShortCharPair> objectIntProcedure) -
Uses of ShortCharPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ShortCharPairModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ShortCharPairMethods in org.eclipse.collections.impl.tuple.primitive with parameters of type ShortCharPair