Uses of Interface
org.eclipse.collections.api.tuple.primitive.IntObjectPair
Packages that use IntObjectPair
Package
Description
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
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 IntObjectPairModifier and TypeMethodDescriptiondefault <T> ImmutableList<IntObjectPair<T>> Returns anImmutableListformed from thisImmutableIntListand aListIterableby combining corresponding elements in pairs.default <T> ListIterable<IntObjectPair<T>> Returns aListIterableformed from thisIntListand aListIterableby combining corresponding elements in pairs.default <T> MutableList<IntObjectPair<T>> Returns aMutableListformed from thisMutableIntListand aListIterableby 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 IntObjectPairModifier and TypeMethodDescriptionIntObjectMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type IntObjectPairModifier and TypeMethodDescriptiondefault VMutableIntObjectMap.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 IntObjectPairModifier and TypeMethodDescriptiondefault MutableIntObjectMap<V> MutableIntObjectMap.withAllKeyValues(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.api.tuple.primitive
Subinterfaces with type arguments of type IntObjectPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(int, Object). -
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 IntObjectPairModifier and TypeMethodDescription<T> ImmutableList<IntObjectPair<T>> <T> ImmutableList<IntObjectPair<T>> <T> ImmutableList<IntObjectPair<T>> -
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 IntObjectPairModifier and TypeMethodDescription<T> MutableList<IntObjectPair<T>> <T> MutableList<IntObjectPair<T>> <T> MutableList<IntObjectPair<T>> -
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 -
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 IntObjectPairModifier and TypeMethodDescriptionImmutableIntObjectEmptyMap.keyValuesView()ImmutableIntObjectHashMap.keyValuesView()ImmutableIntObjectSingletonMap.keyValuesView() -
Uses of IntObjectPair in org.eclipse.collections.impl.map.mutable.primitive
Subclasses with type arguments of type IntObjectPair in org.eclipse.collections.impl.map.mutable.primitiveClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type IntObjectPairMethods in org.eclipse.collections.impl.map.mutable.primitive that return IntObjectPairModifier and TypeMethodDescriptionIntObjectHashMap.KeyValuesView.InternalKeyValuesIterator.next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type IntObjectPairModifier and TypeMethodDescriptionIntObjectHashMap.KeyValuesView.iterator()IntObjectHashMap.keyValuesView()SynchronizedIntObjectMap.keyValuesView()UnmodifiableIntObjectMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntObjectPairModifier and TypeMethodDescriptionSynchronizedIntObjectMap.putPair(IntObjectPair<V> keyValuePair) UnmodifiableIntObjectMap.putPair(IntObjectPair<V> keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type IntObjectPairModifier and TypeMethodDescriptionvoidIntObjectHashMap.KeyValuesView.each(Procedure<? super IntObjectPair<V>> procedure) <P> voidIntObjectHashMap.KeyValuesView.forEachWith(Procedure2<? super IntObjectPair<V>, ? super P> procedure, P parameter) voidIntObjectHashMap.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 IntObjectPairModifier and TypeMethodDescription<T> ImmutableList<IntObjectPair<T>> <T> ImmutableList<IntObjectPair<T>> -
Uses of IntObjectPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement IntObjectPairModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return IntObjectPairModifier and TypeMethodDescriptionstatic <T> IntObjectPair<T> PrimitiveTuples.pair(int one, T two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type IntObjectPair