Uses of Interface
org.eclipse.collections.api.tuple.primitive.ShortShortPair
| Package | Description |
|---|---|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| org.eclipse.collections.impl.factory.primitive |
This package contains static utilities for creating immutable primitive collection factories.
|
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
| org.eclipse.collections.impl.tuple.primitive |
-
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 ShortShortPair Modifier and Type Method Description default 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 ShortShortPair Modifier and Type Method Description RichIterable<ShortShortPair>ShortShortMap. keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortShortPair Modifier and Type Method Description default 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 ShortShortPair Modifier and Type Method Description default 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.impl.factory.primitive
Methods in org.eclipse.collections.impl.factory.primitive that return types with arguments of type ShortShortPair Modifier and Type Method Description static <A, B> LazyIterable<ShortShortPair>ShortSets. cartesianProduct(ShortSet set1, ShortSet set2) -
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 ShortShortPair Modifier and Type Method Description MutableList<ShortShortPair>ShortArrayList. zipShort(ShortIterable iterable)MutableList<ShortShortPair>SynchronizedShortList. zipShort(ShortIterable iterable)MutableList<ShortShortPair>UnmodifiableShortList. zipShort(ShortIterable iterable) -
Uses of ShortShortPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ShortShortPair Modifier and Type Method Description RichIterable<ShortShortPair>ShortShortHashMap. keyValuesView()RichIterable<ShortShortPair>SynchronizedShortShortMap. keyValuesView()RichIterable<ShortShortPair>UnmodifiableShortShortMap. keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortShortPair Modifier and Type Method Description voidSynchronizedShortShortMap. putPair(ShortShortPair keyValuePair)voidUnmodifiableShortShortMap. putPair(ShortShortPair keyValuePair) -
Uses of ShortShortPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ShortShortPair Modifier and Type Class Description classShortShortPairImplThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ShortShortPair Modifier and Type Method Description static ShortShortPairPrimitiveTuples. pair(short one, short two)Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ShortShortPair Modifier and Type Method Description intShortShortPairImpl. compareTo(ShortShortPair that)