Uses of Interface
org.eclipse.collections.api.tuple.primitive.ShortObjectPair
Packages that use ShortObjectPair
Package
Description
This package contains mutable and immutable primitive list API.
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 immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
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 ShortObjectPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type ShortObjectPairModifier and TypeMethodDescriptiondefault <T> ImmutableList<ShortObjectPair<T>> Returns anImmutableListformed from thisImmutableShortListand aListIterableby combining corresponding elements in pairs.default <T> MutableList<ShortObjectPair<T>> Returns aMutableListformed from thisMutableShortListand aListIterableby combining corresponding elements in pairs.default <T> ListIterable<ShortObjectPair<T>> Returns aListIterableformed from thisShortListand aListIterableby combining corresponding elements in pairs. -
Uses of ShortObjectPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ShortObjectPairModifier and TypeMethodDescriptionShortObjectMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortObjectPairModifier and TypeMethodDescriptiondefault VMutableShortObjectMap.putPair(ShortObjectPair<V> keyValuePair) This method allows MutableShortObjectMap the ability to add an element in the form ofShortObjectPair<V>.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ShortObjectPairModifier and TypeMethodDescriptiondefault MutableShortObjectMap<V> MutableShortObjectMap.withAllKeyValues(Iterable<ShortObjectPair<V>> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map. -
Uses of ShortObjectPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type ShortObjectPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(short, Object). -
Uses of ShortObjectPair in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type ShortObjectPairModifier and TypeMethodDescription<T> ImmutableList<ShortObjectPair<T>> <T> ImmutableList<ShortObjectPair<T>> <T> ImmutableList<ShortObjectPair<T>> -
Uses of ShortObjectPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type ShortObjectPairModifier and TypeMethodDescription<T> MutableList<ShortObjectPair<T>> <T> MutableList<ShortObjectPair<T>> <T> MutableList<ShortObjectPair<T>> -
Uses of ShortObjectPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ShortObjectPairModifier and TypeMethodDescriptionImmutableShortObjectEmptyMap.keyValuesView()ImmutableShortObjectHashMap.keyValuesView()ImmutableShortObjectSingletonMap.keyValuesView() -
Uses of ShortObjectPair in org.eclipse.collections.impl.map.mutable.primitive
Subclasses with type arguments of type ShortObjectPair in org.eclipse.collections.impl.map.mutable.primitiveClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type ShortObjectPairModifier and TypeClassDescriptionclassMethods in org.eclipse.collections.impl.map.mutable.primitive that return ShortObjectPairModifier and TypeMethodDescriptionShortObjectHashMap.KeyValuesView.InternalKeyValuesIterator.next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ShortObjectPairModifier and TypeMethodDescriptionShortObjectHashMap.KeyValuesView.iterator()ShortObjectHashMap.keyValuesView()SynchronizedShortObjectMap.keyValuesView()UnmodifiableShortObjectMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortObjectPairModifier and TypeMethodDescriptionSynchronizedShortObjectMap.putPair(ShortObjectPair<V> keyValuePair) UnmodifiableShortObjectMap.putPair(ShortObjectPair<V> keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ShortObjectPairModifier and TypeMethodDescriptionvoidShortObjectHashMap.KeyValuesView.each(Procedure<? super ShortObjectPair<V>> procedure) <P> voidShortObjectHashMap.KeyValuesView.forEachWith(Procedure2<? super ShortObjectPair<V>, ? super P> procedure, P parameter) voidShortObjectHashMap.KeyValuesView.forEachWithIndex(ObjectIntProcedure<? super ShortObjectPair<V>> objectIntProcedure) -
Uses of ShortObjectPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ShortObjectPairModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ShortObjectPairModifier and TypeMethodDescriptionstatic <T> ShortObjectPair<T> PrimitiveTuples.pair(short one, T two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ShortObjectPair