Uses of Interface
org.eclipse.collections.api.tuple.primitive.ShortObjectPair
-
Packages that use 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.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map 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(java.lang.Iterable<T> iterable)
Returns anImmutableList
formed from thisImmutableShortList
and aListIterable
by combining corresponding elements in pairs.default <T> MutableList<ShortObjectPair<T>>
MutableShortList. zip(java.lang.Iterable<T> list)
Returns aMutableList
formed from thisMutableShortList
and aListIterable
by combining corresponding elements in pairs.default <T> ListIterable<ShortObjectPair<T>>
ShortList. zip(java.lang.Iterable<T> iterable)
Returns aListIterable
formed from thisShortList
and aListIterable
by 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 V
MutableShortObjectMap. 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(java.lang.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.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type ShortObjectPair Modifier and Type Method Description <T> ImmutableList<ShortObjectPair<T>>
ImmutableShortArrayList. zip(java.lang.Iterable<T> iterable)
<T> ImmutableList<ShortObjectPair<T>>
ImmutableShortEmptyList. zip(java.lang.Iterable<T> iterable)
<T> ImmutableList<ShortObjectPair<T>>
ImmutableShortSingletonList. zip(java.lang.Iterable<T> iterable)
-
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(java.lang.Iterable<T> iterable)
<T> MutableList<ShortObjectPair<T>>
SynchronizedShortList. zip(java.lang.Iterable<T> iterable)
<T> MutableList<ShortObjectPair<T>>
UnmodifiableShortList. zip(java.lang.Iterable<T> iterable)
-
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 ShortObjectPair Modifier and Type Method Description RichIterable<ShortObjectPair<V>>
ImmutableShortObjectEmptyMap. keyValuesView()
RichIterable<ShortObjectPair<V>>
ImmutableShortObjectHashMap. keyValuesView()
RichIterable<ShortObjectPair<V>>
ImmutableShortObjectSingletonMap. keyValuesView()
-
Uses of ShortObjectPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ShortObjectPair Modifier and Type Method Description ShortObjectPair<V>
ShortObjectHashMap.KeyValuesView.InternalKeyValuesIterator. next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ShortObjectPair Modifier and Type Method Description java.util.Iterator<ShortObjectPair<V>>
ShortObjectHashMap.KeyValuesView. iterator()
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 V
SynchronizedShortObjectMap. putPair(ShortObjectPair<V> keyValuePair)
V
UnmodifiableShortObjectMap. putPair(ShortObjectPair<V> keyValuePair)
Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ShortObjectPair Modifier and Type Method Description void
ShortObjectHashMap.KeyValuesView. each(Procedure<? super ShortObjectPair<V>> procedure)
<P> void
ShortObjectHashMap.KeyValuesView. forEachWith(Procedure2<? super ShortObjectPair<V>,? super P> procedure, P parameter)
void
ShortObjectHashMap.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 ShortObjectPair Modifier and Type Class Description class
ShortObjectPairImpl<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 int
ShortObjectPairImpl. compareTo(ShortObjectPair<T> that)
-