Uses of Interface
org.eclipse.collections.api.tuple.primitive.ShortObjectPair
| 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.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 ShortObjectPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type ShortObjectPair Modifier and Type Method Description default <T> ImmutableList<ShortObjectPair<T>>ImmutableShortList. zip(Iterable<T> iterable)Returns anImmutableListformed from thisImmutableShortListand aListIterableby combining corresponding elements in pairs.default <T> MutableList<ShortObjectPair<T>>MutableShortList. zip(Iterable<T> list)Returns aMutableListformed from thisMutableShortListand aListIterableby combining corresponding elements in pairs.default <T> ListIterable<ShortObjectPair<T>>ShortList. zip(Iterable<T> iterable)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 ShortObjectPair Modifier and Type Method Description RichIterable<ShortObjectPair<V>>ShortObjectMap. keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortObjectPair Modifier and Type Method Description default 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 ShortObjectPair Modifier and Type Method Description default 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.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type ShortObjectPair Modifier and Type Method Description <T> MutableList<ShortObjectPair<T>>ShortArrayList. zip(Iterable<T> iterable)<T> MutableList<ShortObjectPair<T>>SynchronizedShortList. zip(Iterable<T> iterable)<T> MutableList<ShortObjectPair<T>>UnmodifiableShortList. zip(Iterable<T> iterable) -
Uses of ShortObjectPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ShortObjectPair Modifier and Type Method Description RichIterable<ShortObjectPair<V>>ShortObjectHashMap. keyValuesView()RichIterable<ShortObjectPair<V>>SynchronizedShortObjectMap. keyValuesView()RichIterable<ShortObjectPair<V>>UnmodifiableShortObjectMap. keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortObjectPair Modifier and Type Method Description VSynchronizedShortObjectMap. putPair(ShortObjectPair<V> keyValuePair)VUnmodifiableShortObjectMap. putPair(ShortObjectPair<V> keyValuePair) -
Uses of ShortObjectPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ShortObjectPair Modifier and Type Class Description classShortObjectPairImpl<T>This file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ShortObjectPair Modifier and Type Method Description static <T> ShortObjectPair<T>PrimitiveTuples. pair(short one, T two)Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ShortObjectPair Modifier and Type Method Description intShortObjectPairImpl. compareTo(ShortObjectPair<T> that)