Uses of Interface
org.eclipse.collections.api.tuple.primitive.ShortShortPair
Packages that use ShortShortPair
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 API for mutable and immutable primitive sets.
This package contains static utilities for creating immutable primitive collection factories.
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.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of ShortShortPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type ShortShortPairModifier and TypeMethodDescriptiondefault ImmutableList<ShortShortPair> ImmutableShortList.zipShort(ShortIterable iterable) Returns anImmutableListformed from thisImmutableShortListand anotherShortListby combining corresponding elements in pairs.default MutableList<ShortShortPair> MutableShortList.zipShort(ShortIterable iterable) Returns aMutableListformed from thisMutableShortListand anotherShortListby combining corresponding elements in pairs.default ListIterable<ShortShortPair> ShortList.zipShort(ShortIterable iterable) Returns aListIterableformed from thisShortListand anotherShortListby combining corresponding elements in pairs. -
Uses of ShortShortPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ShortShortPairModifier and TypeMethodDescriptionShortShortMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortShortPairModifier and TypeMethodDescriptiondefault voidMutableShortShortMap.putPair(ShortShortPair keyValuePair) This method allows MutableShortShortMap the ability to add an element in the form of ShortShortPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ShortShortPairModifier and TypeMethodDescriptiondefault MutableShortShortMapMutableShortShortMap.withAllKeyValues(Iterable<ShortShortPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map. -
Uses of ShortShortPair in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return types with arguments of type ShortShortPairModifier and TypeMethodDescriptionShortSet.cartesianProduct(ShortSet set) Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthisand b is a member ofset. -
Uses of ShortShortPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type ShortShortPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(short, short). -
Uses of ShortShortPair in org.eclipse.collections.impl.factory.primitive
Methods in org.eclipse.collections.impl.factory.primitive that return types with arguments of type ShortShortPairModifier and TypeMethodDescriptionstatic <A,B> LazyIterable <ShortShortPair> ShortSets.cartesianProduct(ShortSet set1, ShortSet set2) -
Uses of ShortShortPair in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type ShortShortPairModifier and TypeMethodDescriptionImmutableShortArrayList.zipShort(ShortIterable iterable) ImmutableShortEmptyList.zipShort(ShortIterable iterable) ImmutableShortSingletonList.zipShort(ShortIterable iterable) -
Uses of ShortShortPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type ShortShortPairModifier and TypeMethodDescriptionShortArrayList.zipShort(ShortIterable iterable) SynchronizedShortList.zipShort(ShortIterable iterable) UnmodifiableShortList.zipShort(ShortIterable iterable) -
Uses of ShortShortPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ShortShortPairModifier and TypeMethodDescriptionImmutableShortShortEmptyMap.keyValuesView()ImmutableShortShortHashMap.keyValuesView()ImmutableShortShortSingletonMap.keyValuesView() -
Uses of ShortShortPair in org.eclipse.collections.impl.map.mutable.primitive
Subclasses with type arguments of type ShortShortPair in org.eclipse.collections.impl.map.mutable.primitiveClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type ShortShortPairMethods in org.eclipse.collections.impl.map.mutable.primitive that return ShortShortPairModifier and TypeMethodDescriptionShortShortHashMap.KeyValuesView.InternalKeyValuesIterator.next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ShortShortPairModifier and TypeMethodDescriptionAbstractMutableShortKeySet.cartesianProduct(ShortSet set) ShortShortHashMap.KeyValuesView.iterator()ShortShortHashMap.keyValuesView()SynchronizedShortShortMap.keyValuesView()UnmodifiableShortShortMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortShortPairModifier and TypeMethodDescriptionvoidSynchronizedShortShortMap.putPair(ShortShortPair keyValuePair) voidUnmodifiableShortShortMap.putPair(ShortShortPair keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ShortShortPairModifier and TypeMethodDescriptionvoidShortShortHashMap.KeyValuesView.each(Procedure<? super ShortShortPair> procedure) <P> voidShortShortHashMap.KeyValuesView.forEachWith(Procedure2<? super ShortShortPair, ? super P> procedure, P parameter) voidShortShortHashMap.KeyValuesView.forEachWithIndex(ObjectIntProcedure<? super ShortShortPair> objectIntProcedure) -
Uses of ShortShortPair in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type ShortShortPairModifier and TypeMethodDescriptionImmutableShortEmptySet.cartesianProduct(ShortSet set) ImmutableShortSingletonSet.cartesianProduct(ShortSet set) -
Uses of ShortShortPair in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type ShortShortPairModifier and TypeMethodDescriptionSynchronizedShortSet.cartesianProduct(ShortSet set) UnmodifiableShortSet.cartesianProduct(ShortSet set) -
Uses of ShortShortPair in org.eclipse.collections.impl.set.primitive
Methods in org.eclipse.collections.impl.set.primitive that return types with arguments of type ShortShortPair -
Uses of ShortShortPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ShortShortPairModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ShortShortPairModifier and TypeMethodDescriptionstatic ShortShortPairPrimitiveTuples.pair(short one, short two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ShortShortPair