Uses of Interface
org.eclipse.collections.api.tuple.primitive.IntObjectPair
-
Packages that use IntObjectPair 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.list.primitive This package contains implementations of the 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.string.immutable org.eclipse.collections.impl.tuple.primitive -
-
Uses of IntObjectPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type IntObjectPair Modifier and Type Method Description default <T> ImmutableList<IntObjectPair<T>>
ImmutableIntList. zip(java.lang.Iterable<T> iterable)
Returns anImmutableList
formed from thisImmutableIntList
and aListIterable
by combining corresponding elements in pairs.default <T> ListIterable<IntObjectPair<T>>
IntList. zip(java.lang.Iterable<T> iterable)
Returns aListIterable
formed from thisIntList
and aListIterable
by combining corresponding elements in pairs.default <T> MutableList<IntObjectPair<T>>
MutableIntList. zip(java.lang.Iterable<T> list)
Returns aMutableList
formed from thisMutableIntList
and aListIterable
by combining corresponding elements in pairs. -
Uses of IntObjectPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type IntObjectPair Modifier and Type Method Description RichIterable<IntObjectPair<V>>
IntObjectMap. keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type IntObjectPair Modifier and Type Method Description default V
MutableIntObjectMap. putPair(IntObjectPair<V> keyValuePair)
This method allows MutableIntObjectMap the ability to add an element in the form ofIntObjectPair<V>
.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type IntObjectPair Modifier and Type Method Description default MutableIntObjectMap<V>
MutableIntObjectMap. withAllKeyValues(java.lang.Iterable<IntObjectPair<V>> keyValuePairs)
Puts all of the key/value mappings from the specified pairs into this map. -
Uses of IntObjectPair in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type IntObjectPair Modifier and Type Method Description <T> ImmutableList<IntObjectPair<T>>
ImmutableIntArrayList. zip(java.lang.Iterable<T> iterable)
<T> ImmutableList<IntObjectPair<T>>
ImmutableIntEmptyList. zip(java.lang.Iterable<T> iterable)
<T> ImmutableList<IntObjectPair<T>>
ImmutableIntSingletonList. zip(java.lang.Iterable<T> iterable)
-
Uses of IntObjectPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type IntObjectPair Modifier and Type Method Description <T> MutableList<IntObjectPair<T>>
IntArrayList. zip(java.lang.Iterable<T> iterable)
<T> MutableList<IntObjectPair<T>>
SynchronizedIntList. zip(java.lang.Iterable<T> iterable)
<T> MutableList<IntObjectPair<T>>
UnmodifiableIntList. zip(java.lang.Iterable<T> iterable)
-
Uses of IntObjectPair in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return types with arguments of type IntObjectPair Modifier and Type Method Description <T> ImmutableList<IntObjectPair<T>>
IntInterval. zip(java.lang.Iterable<T> iterable)
-
Uses of IntObjectPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type IntObjectPair Modifier and Type Method Description RichIterable<IntObjectPair<V>>
ImmutableIntObjectEmptyMap. keyValuesView()
RichIterable<IntObjectPair<V>>
ImmutableIntObjectHashMap. keyValuesView()
RichIterable<IntObjectPair<V>>
ImmutableIntObjectSingletonMap. keyValuesView()
-
Uses of IntObjectPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return IntObjectPair Modifier and Type Method Description IntObjectPair<V>
IntObjectHashMap.KeyValuesView.InternalKeyValuesIterator. next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type IntObjectPair Modifier and Type Method Description java.util.Iterator<IntObjectPair<V>>
IntObjectHashMap.KeyValuesView. iterator()
RichIterable<IntObjectPair<V>>
IntObjectHashMap. keyValuesView()
RichIterable<IntObjectPair<V>>
SynchronizedIntObjectMap. keyValuesView()
RichIterable<IntObjectPair<V>>
UnmodifiableIntObjectMap. keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntObjectPair Modifier and Type Method Description V
SynchronizedIntObjectMap. putPair(IntObjectPair<V> keyValuePair)
V
UnmodifiableIntObjectMap. putPair(IntObjectPair<V> keyValuePair)
Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type IntObjectPair Modifier and Type Method Description void
IntObjectHashMap.KeyValuesView. each(Procedure<? super IntObjectPair<V>> procedure)
<P> void
IntObjectHashMap.KeyValuesView. forEachWith(Procedure2<? super IntObjectPair<V>,? super P> procedure, P parameter)
void
IntObjectHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super IntObjectPair<V>> objectIntProcedure)
-
Uses of IntObjectPair in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return types with arguments of type IntObjectPair Modifier and Type Method Description <T> ImmutableList<IntObjectPair<T>>
CodePointAdapter. zip(java.lang.Iterable<T> iterable)
<T> ImmutableList<IntObjectPair<T>>
CodePointList. zip(java.lang.Iterable<T> iterable)
-
Uses of IntObjectPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement IntObjectPair Modifier and Type Class Description class
IntObjectPairImpl<T>
This file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return IntObjectPair Modifier and Type Method Description static <T> IntObjectPair<T>
PrimitiveTuples. pair(int one, T two)
Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type IntObjectPair Modifier and Type Method Description int
IntObjectPairImpl. compareTo(IntObjectPair<T> that)
-