Uses of Interface
org.eclipse.collections.api.tuple.primitive.ObjectShortPair
Packages that use ObjectShortPair
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 ObjectShortPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ObjectShortPairModifier and TypeMethodDescriptionObjectShortMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ObjectShortPairModifier and TypeMethodDescriptiondefault voidMutableObjectShortMap.putPair(ObjectShortPair<K> keyValuePair) This method allows MutableObjectShortMap the ability to add an element in the form ofObjectShortPair<K>.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ObjectShortPairModifier and TypeMethodDescriptiondefault MutableObjectShortMap<K> MutableObjectShortMap.withAllKeyValues(Iterable<ObjectShortPair<K>> keyValuePairs) -
Uses of ObjectShortPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type ObjectShortPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(Object, short). -
Uses of ObjectShortPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ObjectShortPairModifier and TypeMethodDescriptionImmutableObjectShortEmptyMap.keyValuesView()ImmutableObjectShortHashMap.keyValuesView()ImmutableObjectShortSingletonMap.keyValuesView() -
Uses of ObjectShortPair in org.eclipse.collections.impl.map.mutable.primitive
Subclasses with type arguments of type ObjectShortPair in org.eclipse.collections.impl.map.mutable.primitiveModifier and TypeClassDescriptionprivate classprivate classClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type ObjectShortPairModifier and TypeClassDescriptionclassclassMethods in org.eclipse.collections.impl.map.mutable.primitive that return ObjectShortPairModifier and TypeMethodDescriptionObjectShortHashMap.KeyValuesView.InternalKeyValuesIterator.next()ObjectShortHashMapWithHashingStrategy.KeyValuesView.InternalKeyValuesIterator.next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ObjectShortPairModifier and TypeMethodDescriptionObjectShortHashMap.KeyValuesView.iterator()ObjectShortHashMapWithHashingStrategy.KeyValuesView.iterator()ObjectShortHashMap.keyValuesView()ObjectShortHashMapWithHashingStrategy.keyValuesView()SynchronizedObjectShortMap.keyValuesView()UnmodifiableObjectShortMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectShortPairModifier and TypeMethodDescriptionvoidSynchronizedObjectShortMap.putPair(ObjectShortPair<K> keyValuePair) voidUnmodifiableObjectShortMap.putPair(ObjectShortPair<K> keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ObjectShortPairModifier and TypeMethodDescriptionvoidObjectShortHashMap.KeyValuesView.each(Procedure<? super ObjectShortPair<K>> procedure) voidObjectShortHashMapWithHashingStrategy.KeyValuesView.each(Procedure<? super ObjectShortPair<K>> procedure) <P> voidObjectShortHashMap.KeyValuesView.forEachWith(Procedure2<? super ObjectShortPair<K>, ? super P> procedure, P parameter) <P> voidObjectShortHashMapWithHashingStrategy.KeyValuesView.forEachWith(Procedure2<? super ObjectShortPair<K>, ? super P> procedure, P parameter) voidObjectShortHashMap.KeyValuesView.forEachWithIndex(ObjectIntProcedure<? super ObjectShortPair<K>> objectIntProcedure) voidObjectShortHashMapWithHashingStrategy.KeyValuesView.forEachWithIndex(ObjectIntProcedure<? super ObjectShortPair<K>> objectIntProcedure) -
Uses of ObjectShortPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ObjectShortPairModifier and TypeClassDescriptionclassThis file was automatically generated from template file objectPrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ObjectShortPairModifier and TypeMethodDescriptionstatic <T> ObjectShortPair<T> PrimitiveTuples.pair(T one, short two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ObjectShortPair