Uses of Interface
org.eclipse.collections.api.tuple.primitive.IntIntPair
Packages that use IntIntPair
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
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 API for mutable and immutable primitive sets.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains static utilities for creating immutable primitive collection factories.
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.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of IntIntPair in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return types with arguments of type IntIntPairModifier and TypeMethodDescriptionImmutableIntBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.IntBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.MutableIntBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.ImmutableIntBag.topOccurrences(int count) Returns thecountmost frequently occurring items.IntBag.topOccurrences(int count) Returns thecountmost frequently occurring items.MutableIntBag.topOccurrences(int count) Returns thecountmost frequently occurring items. -
Uses of IntIntPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type IntIntPairModifier and TypeMethodDescriptiondefault ImmutableList<IntIntPair> ImmutableIntList.zipInt(IntIterable iterable) Returns anImmutableListformed from thisImmutableIntListand anotherIntListby combining corresponding elements in pairs.default ListIterable<IntIntPair> IntList.zipInt(IntIterable iterable) Returns aListIterableformed from thisIntListand anotherIntListby combining corresponding elements in pairs.default MutableList<IntIntPair> MutableIntList.zipInt(IntIterable iterable) Returns aMutableListformed from thisMutableIntListand anotherIntListby combining corresponding elements in pairs. -
Uses of IntIntPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type IntIntPairModifier and TypeMethodDescriptionIntIntMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type IntIntPairModifier and TypeMethodDescriptiondefault voidMutableIntIntMap.putPair(IntIntPair keyValuePair) This method allows MutableIntIntMap the ability to add an element in the form of IntIntPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type IntIntPairModifier and TypeMethodDescriptiondefault MutableIntIntMapMutableIntIntMap.withAllKeyValues(Iterable<IntIntPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map. -
Uses of IntIntPair in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return types with arguments of type IntIntPairModifier and TypeMethodDescriptionIntSet.cartesianProduct(IntSet set) Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthisand b is a member ofset. -
Uses of IntIntPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type IntIntPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(int, int). -
Uses of IntIntPair in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type IntIntPairModifier and TypeMethodDescriptionImmutableIntEmptyBag.bottomOccurrences(int count) ImmutableIntHashBag.bottomOccurrences(int count) ImmutableIntSingletonBag.bottomOccurrences(int count) ImmutableIntEmptyBag.topOccurrences(int count) ImmutableIntHashBag.topOccurrences(int count) ImmutableIntSingletonBag.topOccurrences(int count) -
Uses of IntIntPair in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type IntIntPairModifier and TypeMethodDescriptionIntHashBag.bottomOccurrences(int count) SynchronizedIntBag.bottomOccurrences(int count) UnmodifiableIntBag.bottomOccurrences(int count) protected MutableList<IntIntPair> IntHashBag.occurrencesSortingBy(int n, IntFunction<IntIntPair> function, MutableList<IntIntPair> returnWhenEmpty) protected MutableList<IntIntPair> IntHashBag.toListWithOccurrences()IntHashBag.topOccurrences(int count) SynchronizedIntBag.topOccurrences(int count) UnmodifiableIntBag.topOccurrences(int count) Method parameters in org.eclipse.collections.impl.bag.mutable.primitive with type arguments of type IntIntPairModifier and TypeMethodDescriptionprotected MutableList<IntIntPair> IntHashBag.occurrencesSortingBy(int n, IntFunction<IntIntPair> function, MutableList<IntIntPair> returnWhenEmpty) protected MutableList<IntIntPair> IntHashBag.occurrencesSortingBy(int n, IntFunction<IntIntPair> function, MutableList<IntIntPair> returnWhenEmpty) -
Uses of IntIntPair in org.eclipse.collections.impl.factory.primitive
Methods in org.eclipse.collections.impl.factory.primitive that return types with arguments of type IntIntPairModifier and TypeMethodDescriptionstatic <A,B> LazyIterable <IntIntPair> IntSets.cartesianProduct(IntSet set1, IntSet set2) -
Uses of IntIntPair in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type IntIntPairModifier and TypeMethodDescriptionImmutableIntArrayList.zipInt(IntIterable iterable) ImmutableIntEmptyList.zipInt(IntIterable iterable) ImmutableIntSingletonList.zipInt(IntIterable iterable) -
Uses of IntIntPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type IntIntPairModifier and TypeMethodDescriptionIntArrayList.zipInt(IntIterable iterable) SynchronizedIntList.zipInt(IntIterable iterable) UnmodifiableIntList.zipInt(IntIterable iterable) -
Uses of IntIntPair in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return types with arguments of type IntIntPair -
Uses of IntIntPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type IntIntPairModifier and TypeMethodDescriptionImmutableIntIntEmptyMap.keyValuesView()ImmutableIntIntHashMap.keyValuesView()ImmutableIntIntSingletonMap.keyValuesView() -
Uses of IntIntPair in org.eclipse.collections.impl.map.mutable.primitive
Subclasses with type arguments of type IntIntPair in org.eclipse.collections.impl.map.mutable.primitiveClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type IntIntPairMethods in org.eclipse.collections.impl.map.mutable.primitive that return IntIntPairMethods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type IntIntPairModifier and TypeMethodDescriptionAbstractMutableIntKeySet.cartesianProduct(IntSet set) IntIntHashMap.KeyValuesView.iterator()IntIntHashMap.keyValuesView()SynchronizedIntIntMap.keyValuesView()UnmodifiableIntIntMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntIntPairModifier and TypeMethodDescriptionvoidSynchronizedIntIntMap.putPair(IntIntPair keyValuePair) voidUnmodifiableIntIntMap.putPair(IntIntPair keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type IntIntPairModifier and TypeMethodDescriptionvoidIntIntHashMap.KeyValuesView.each(Procedure<? super IntIntPair> procedure) <P> voidIntIntHashMap.KeyValuesView.forEachWith(Procedure2<? super IntIntPair, ? super P> procedure, P parameter) voidIntIntHashMap.KeyValuesView.forEachWithIndex(ObjectIntProcedure<? super IntIntPair> objectIntProcedure) -
Uses of IntIntPair in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type IntIntPairModifier and TypeMethodDescriptionImmutableIntEmptySet.cartesianProduct(IntSet set) ImmutableIntSingletonSet.cartesianProduct(IntSet set) -
Uses of IntIntPair in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type IntIntPairModifier and TypeMethodDescriptionSynchronizedIntSet.cartesianProduct(IntSet set) UnmodifiableIntSet.cartesianProduct(IntSet set) -
Uses of IntIntPair in org.eclipse.collections.impl.set.primitive
Methods in org.eclipse.collections.impl.set.primitive that return types with arguments of type IntIntPair -
Uses of IntIntPair in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return types with arguments of type IntIntPairModifier and TypeMethodDescriptionCodePointAdapter.zipInt(IntIterable iterable) CodePointList.zipInt(IntIterable iterable) -
Uses of IntIntPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement IntIntPairModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return IntIntPairMethods in org.eclipse.collections.impl.tuple.primitive with parameters of type IntIntPair