Uses of Interface
org.eclipse.collections.api.tuple.primitive.ObjectShortPair
-
Packages that use ObjectShortPair Package Description 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.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 ObjectShortPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ObjectShortPair Modifier and Type Method Description RichIterable<ObjectShortPair<K>>
ObjectShortMap. keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ObjectShortPair Modifier and Type Method Description default void
MutableObjectShortMap. putPair(ObjectShortPair<K> keyValuePair)
This method allows MutableObjectShortMap the ability to add an element in the form ofObjectShortPair<K>
.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ObjectShortPair Modifier and Type Method Description default MutableObjectShortMap<K>
MutableObjectShortMap. withAllKeyValues(java.lang.Iterable<ObjectShortPair<K>> keyValuePairs)
-
Uses of ObjectShortPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ObjectShortPair Modifier and Type Method Description RichIterable<ObjectShortPair<K>>
ImmutableObjectShortEmptyMap. keyValuesView()
RichIterable<ObjectShortPair<K>>
ImmutableObjectShortHashMap. keyValuesView()
RichIterable<ObjectShortPair<K>>
ImmutableObjectShortSingletonMap. keyValuesView()
-
Uses of ObjectShortPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ObjectShortPair Modifier and Type Method Description ObjectShortPair<K>
ObjectShortHashMap.KeyValuesView.InternalKeyValuesIterator. next()
ObjectShortPair<K>
ObjectShortHashMapWithHashingStrategy.KeyValuesView.InternalKeyValuesIterator. next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ObjectShortPair Modifier and Type Method Description java.util.Iterator<ObjectShortPair<K>>
ObjectShortHashMap.KeyValuesView. iterator()
java.util.Iterator<ObjectShortPair<K>>
ObjectShortHashMapWithHashingStrategy.KeyValuesView. iterator()
RichIterable<ObjectShortPair<K>>
ObjectShortHashMap. keyValuesView()
RichIterable<ObjectShortPair<K>>
ObjectShortHashMapWithHashingStrategy. keyValuesView()
RichIterable<ObjectShortPair<K>>
SynchronizedObjectShortMap. keyValuesView()
RichIterable<ObjectShortPair<K>>
UnmodifiableObjectShortMap. keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectShortPair Modifier and Type Method Description void
SynchronizedObjectShortMap. putPair(ObjectShortPair<K> keyValuePair)
void
UnmodifiableObjectShortMap. putPair(ObjectShortPair<K> keyValuePair)
Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ObjectShortPair Modifier and Type Method Description void
ObjectShortHashMap.KeyValuesView. each(Procedure<? super ObjectShortPair<K>> procedure)
void
ObjectShortHashMapWithHashingStrategy.KeyValuesView. each(Procedure<? super ObjectShortPair<K>> procedure)
<P> void
ObjectShortHashMap.KeyValuesView. forEachWith(Procedure2<? super ObjectShortPair<K>,? super P> procedure, P parameter)
<P> void
ObjectShortHashMapWithHashingStrategy.KeyValuesView. forEachWith(Procedure2<? super ObjectShortPair<K>,? super P> procedure, P parameter)
void
ObjectShortHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super ObjectShortPair<K>> objectIntProcedure)
void
ObjectShortHashMapWithHashingStrategy.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super ObjectShortPair<K>> objectIntProcedure)
-
Uses of ObjectShortPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ObjectShortPair Modifier and Type Class Description class
ObjectShortPairImpl<T>
This file was automatically generated from template file objectPrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ObjectShortPair Modifier and Type Method Description static <T> ObjectShortPair<T>
PrimitiveTuples. pair(T one, short two)
Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ObjectShortPair Modifier and Type Method Description int
ObjectShortPairImpl. compareTo(ObjectShortPair<T> that)
-