Uses of Interface
org.eclipse.collections.api.tuple.Pair
-
Packages that use Pair Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.bimap This package contains interfaces for BiMap API.org.eclipse.collections.api.collection org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList
.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMap
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.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.multimap This package contains interfaces forMultimap
.org.eclipse.collections.api.multimap.bag This package contains interfaces forBagMultimap
.org.eclipse.collections.api.multimap.list This package contains interfaces forListMultimap
.org.eclipse.collections.api.multimap.ordered org.eclipse.collections.api.multimap.set This package contains interfaces forSetMultimap
.org.eclipse.collections.api.multimap.sortedbag This package contains interfaces forSortedBagMultimap
.org.eclipse.collections.api.multimap.sortedset This package contains interfaces forSortedSetMultimap
.org.eclipse.collections.api.ordered org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet
.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API.org.eclipse.collections.api.stack This package contains interfaces for stack API.org.eclipse.collections.api.tuple org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBag
interface.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBag
interface.org.eclipse.collections.impl.bag.sorted.immutable org.eclipse.collections.impl.bag.sorted.mutable This package contains implementations ofMutableSortedBag
.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.immutable org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMap
interface.org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction
,Predicate
,SerializableComparator
andProcedure
.org.eclipse.collections.impl.block.function org.eclipse.collections.impl.block.function.primitive This package contains implementations of primitive functions.org.eclipse.collections.impl.block.predicate This package contains implementations ofPredicate
andPredicate2
.org.eclipse.collections.impl.block.procedure This package contains implementations ofProcedure
andProcedure2
.org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollection
interface.org.eclipse.collections.impl.collector org.eclipse.collections.impl.factory This package contains static utilities for creating mutable and immutable collection factories.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterable
interface.org.eclipse.collections.impl.lazy.iterator This package contains implementations of theIterator
interface.org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeList
interface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableList
interface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableList
interface.org.eclipse.collections.impl.map This package contains implementations of theMapIterable
interface.org.eclipse.collections.impl.map.fixed This package contains implementations of theFixedSizeMap
interface.org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMap
interface.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 This package contains implementations of theMutableMap
interface.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.map.ordered.mutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.map.strategy.immutable This package contains immutable map implementations backed by hashtables that rely onHashingStrategy
s provided by the developer to compute the hashCode and equals for the objects stored in the map.org.eclipse.collections.impl.map.strategy.mutable This package contains mutable map implementations backed by hashtables that rely onHashingStrategy
s provided by the developer to compute the hashCode and equals for the objects stored in the map.org.eclipse.collections.impl.multimap This package contains implementations of theMultimap
interface.org.eclipse.collections.impl.multimap.bag This package contains implementations of theBagMultimap
interface.org.eclipse.collections.impl.multimap.bag.sorted org.eclipse.collections.impl.multimap.bag.sorted.immutable org.eclipse.collections.impl.multimap.bag.sorted.mutable org.eclipse.collections.impl.multimap.bag.strategy org.eclipse.collections.impl.multimap.list This package contains implementations of theListMultimap
interface.org.eclipse.collections.impl.multimap.set This package contains implementations of theSetMultimap
interface.org.eclipse.collections.impl.multimap.set.sorted This package contains implementations of theSortedSetMultimap
interface.org.eclipse.collections.impl.multimap.set.strategy This package contains implementations of theSetMultimap
interface which use a set with user-definedHashingStrategy
as their underlying store for the multiple values of a given key.org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers.org.eclipse.collections.impl.set org.eclipse.collections.impl.set.fixed This package contains implementations ofFixedSizeSet
.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet
.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
.org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet
.org.eclipse.collections.impl.set.strategy.immutable This package contains implementations of immutable sets with user definedHashingStrategy
s.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStack
interface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStack
interface.org.eclipse.collections.impl.tuple org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections. -
-
Uses of Pair in org.eclipse.collections.api
Methods in org.eclipse.collections.api with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RRichIterable. zip(java.lang.Iterable<S> that, R target)
Deprecated.in 6.0.<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RRichIterable. zipWithIndex(R target)
Deprecated.in 6.0.Methods in org.eclipse.collections.api that return types with arguments of type Pair Modifier and Type Method Description <S> LazyIterable<Pair<T,S>>
LazyIterable. zip(java.lang.Iterable<S> that)
Creates a deferred zip iterable.<S> RichIterable<Pair<T,S>>
RichIterable. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.LazyIterable<Pair<T,java.lang.Integer>>
LazyIterable. zipWithIndex()
Creates a deferred zipWithIndex iterable.RichIterable<Pair<T,java.lang.Integer>>
RichIterable. zipWithIndex()
Deprecated.in 6.0. -
Uses of Pair in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return types with arguments of type Pair Modifier and Type Method Description <S> ImmutableBag<Pair<T,S>>
ImmutableBag. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableBag<Pair<T,S>>
MutableBag. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> UnsortedBag<Pair<T,S>>
UnsortedBag. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.SetIterable<Pair<T,java.lang.Integer>>
Bag. zipWithIndex()
ImmutableSet<Pair<T,java.lang.Integer>>
ImmutableBag. zipWithIndex()
Deprecated.in 6.0.ImmutableSetIterable<Pair<T,java.lang.Integer>>
ImmutableBagIterable. zipWithIndex()
MutableSet<Pair<T,java.lang.Integer>>
MutableBag. zipWithIndex()
Deprecated.in 6.0.MutableSetIterable<Pair<T,java.lang.Integer>>
MutableBagIterable. zipWithIndex()
UnsortedSetIterable<Pair<T,java.lang.Integer>>
UnsortedBag. zipWithIndex()
Deprecated.in 6.0. -
Uses of Pair in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return types with arguments of type Pair Modifier and Type Method Description <S> ImmutableList<Pair<T,S>>
ImmutableSortedBag. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
MutableSortedBag. zip(java.lang.Iterable<S> that)
ImmutableSortedSet<Pair<T,java.lang.Integer>>
ImmutableSortedBag. zipWithIndex()
MutableSortedSet<Pair<T,java.lang.Integer>>
MutableSortedBag. zipWithIndex()
SortedSetIterable<Pair<T,java.lang.Integer>>
SortedBag. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.api.bimap
Methods in org.eclipse.collections.api.bimap that return types with arguments of type Pair Modifier and Type Method Description <S> SetIterable<Pair<V,S>>
BiMap. zip(java.lang.Iterable<S> that)
Deprecated.in 8.0.<S> ImmutableSet<Pair<V,S>>
ImmutableBiMap. zip(java.lang.Iterable<S> that)
Deprecated.in 8.0.<S> MutableSet<Pair<V,S>>
MutableBiMap. zip(java.lang.Iterable<S> that)
Deprecated.in 8.0.SetIterable<Pair<V,java.lang.Integer>>
BiMap. zipWithIndex()
Deprecated.in 8.0.ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableBiMap. zipWithIndex()
Deprecated.in 8.0.MutableSet<Pair<V,java.lang.Integer>>
MutableBiMap. zipWithIndex()
Deprecated.in 8.0.Methods in org.eclipse.collections.api.bimap with parameters of type Pair Modifier and Type Method Description ImmutableBiMap<K,V>
ImmutableBiMap. newWithAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
MutableBiMap<K,V>
MutableBiMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
Method parameters in org.eclipse.collections.api.bimap with type arguments of type Pair Modifier and Type Method Description <K2,V2>
BiMap<K2,V2>BiMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
For each key and value of the map the function is evaluated.<K2,V2>
ImmutableBiMap<K2,V2>ImmutableBiMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBiMap<K2,V2>MutableBiMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
ImmutableBiMap<K,V>
ImmutableBiMap. newWithAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
MutableBiMap<K,V>
MutableBiMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
-
Uses of Pair in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return types with arguments of type Pair Modifier and Type Method Description <S> ImmutableCollection<Pair<T,S>>
ImmutableCollection. zip(java.lang.Iterable<S> that)
<S> MutableCollection<Pair<T,S>>
MutableCollection. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.ImmutableCollection<Pair<T,java.lang.Integer>>
ImmutableCollection. zipWithIndex()
MutableCollection<Pair<T,java.lang.Integer>>
MutableCollection. zipWithIndex()
Deprecated.in 6.0. -
Uses of Pair in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return types with arguments of type Pair Modifier and Type Method Description <S> ImmutableList<Pair<T,S>>
ImmutableList. zip(java.lang.Iterable<S> that)
<S> ListIterable<Pair<T,S>>
ListIterable. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
MutableList. zip(java.lang.Iterable<S> that)
ImmutableList<Pair<T,java.lang.Integer>>
ImmutableList. zipWithIndex()
ListIterable<Pair<T,java.lang.Integer>>
ListIterable. zipWithIndex()
MutableList<Pair<T,java.lang.Integer>>
MutableList. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return Pair Modifier and Type Method Description Pair<K,V>
MapIterable. detect(Predicate2<? super K,? super V> predicate)
Return the first key and value of the map for which the predicate evaluates to true when they are given as arguments.Methods in org.eclipse.collections.api.map that return types with arguments of type Pair Modifier and Type Method Description java.util.Optional<Pair<K,V>>
MapIterable. detectOptional(Predicate2<? super K,? super V> predicate)
Return the first key and value of the map as an Optional for which the predicate evaluates to true when they are given as arguments.RichIterable<Pair<K,V>>
MapIterable. keyValuesView()
Returns an unmodifiable lazy iterable of key/value pairs wrapped around the entrySet for the map.<S> ImmutableBag<Pair<V,S>>
ImmutableMap. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> ImmutableCollection<Pair<V,S>>
ImmutableMapIterable. zip(java.lang.Iterable<S> that)
<S> ImmutableList<Pair<V,S>>
ImmutableOrderedMap. zip(java.lang.Iterable<S> that)
<S> MutableBag<Pair<V,S>>
MutableMap. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableCollection<Pair<V,S>>
MutableMapIterable. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<V,S>>
MutableOrderedMap. zip(java.lang.Iterable<S> that)
<S> ListIterable<Pair<V,S>>
OrderedMap. zip(java.lang.Iterable<S> that)
<S> Bag<Pair<V,S>>
UnsortedMapIterable. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableMap. zipWithIndex()
Deprecated.in 6.0.ImmutableCollection<Pair<V,java.lang.Integer>>
ImmutableMapIterable. zipWithIndex()
ImmutableList<Pair<V,java.lang.Integer>>
ImmutableOrderedMap. zipWithIndex()
MutableSet<Pair<V,java.lang.Integer>>
MutableMap. zipWithIndex()
Deprecated.in 6.0.MutableCollection<Pair<V,java.lang.Integer>>
MutableMapIterable. zipWithIndex()
MutableList<Pair<V,java.lang.Integer>>
MutableOrderedMap. zipWithIndex()
ListIterable<Pair<V,java.lang.Integer>>
OrderedMap. zipWithIndex()
UnsortedSetIterable<Pair<V,java.lang.Integer>>
UnsortedMapIterable. zipWithIndex()
Deprecated.in 6.0.Methods in org.eclipse.collections.api.map with parameters of type Pair Modifier and Type Method Description default V
MutableMapIterable. add(Pair<? extends K,? extends V> keyValuePair)
This method allows mutable map the ability to add an element in the form ofPair<? extends K, ? extends V>
.ImmutableMap<K,V>
ImmutableMap. newWithAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
ImmutableMapIterable<K,V>
ImmutableMapIterable. newWithAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
default V
MutableMapIterable. putPair(Pair<? extends K,? extends V> keyValuePair)
This method allows mutable map the ability to add an element in the form ofPair<? extends K, ? extends V>
.MutableMap<K,V>
MutableMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
MutableMapIterable<K,V>
MutableMapIterable. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
Convenience var-args version of withAllKeyValuesMutableOrderedMap<K,V>
MutableOrderedMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
Method parameters in org.eclipse.collections.api.map with type arguments of type Pair Modifier and Type Method Description <K2,V2>
ImmutableMap<K2,V2>ImmutableMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
ImmutableMapIterable<K2,V2>ImmutableMapIterable. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
ImmutableOrderedMap<K2,V2>ImmutableOrderedMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MapIterable<K2,V2>MapIterable. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
For each key and value of the map the function is evaluated.<K2,V2>
MutableMap<K2,V2>MutableMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableMapIterable<K2,V2>MutableMapIterable. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableOrderedMap<K2,V2>MutableOrderedMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
OrderedMap<K2,V2>OrderedMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
UnsortedMapIterable<K2,V2>UnsortedMapIterable. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
ImmutableMap<K,V>
ImmutableMap. newWithAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
ImmutableMapIterable<K,V>
ImmutableMapIterable. newWithAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
MutableMap<K,V>
MutableMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
MutableMapIterable<K,V>
MutableMapIterable. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
This method allows mutable, fixed size, and immutable maps the ability to add elements to their existing elements.MutableOrderedMap<K,V>
MutableOrderedMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
-
Uses of Pair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type Pair Modifier and Type Method Description <S> ImmutableBag<Pair<V,S>>
ImmutablePrimitiveObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
MutablePrimitiveObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> Bag<Pair<V,S>>
PrimitiveObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.ImmutableSet<Pair<V,java.lang.Integer>>
ImmutablePrimitiveObjectMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
MutablePrimitiveObjectMap. zipWithIndex()
Deprecated.in 7.0.UnsortedSetIterable<Pair<V,java.lang.Integer>>
PrimitiveObjectMap. zipWithIndex()
Deprecated.in 6.0. -
Uses of Pair in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return types with arguments of type Pair Modifier and Type Method Description <S> ImmutableList<Pair<V,S>>
ImmutableSortedMap. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<V,S>>
MutableSortedMap. zip(java.lang.Iterable<S> that)
<S> ListIterable<Pair<V,S>>
SortedMapIterable. zip(java.lang.Iterable<S> that)
ImmutableList<Pair<V,java.lang.Integer>>
ImmutableSortedMap. zipWithIndex()
MutableList<Pair<V,java.lang.Integer>>
MutableSortedMap. zipWithIndex()
ListIterable<Pair<V,java.lang.Integer>>
SortedMapIterable. zipWithIndex()
Methods in org.eclipse.collections.api.map.sorted with parameters of type Pair Modifier and Type Method Description ImmutableSortedMap<K,V>
ImmutableSortedMap. newWithAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
default MutableSortedMap<K,V>
MutableSortedMap. with(Pair<K,V>... pairs)
Deprecated.in 6.0 UseMutableSortedMap.withAllKeyValueArguments(Pair[])
instead.MutableSortedMap<K,V>
MutableSortedMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
Method parameters in org.eclipse.collections.api.map.sorted with type arguments of type Pair Modifier and Type Method Description <K2,V2>
ImmutableMap<K2,V2>ImmutableSortedMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableMap<K2,V2>MutableSortedMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
UnsortedMapIterable<K2,V2>SortedMapIterable. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
ImmutableSortedMap<K,V>
ImmutableSortedMap. newWithAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
MutableSortedMap<K,V>
MutableSortedMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
-
Uses of Pair in org.eclipse.collections.api.multimap
Methods in org.eclipse.collections.api.multimap that return types with arguments of type Pair Modifier and Type Method Description RichIterable<Pair<K,RichIterable<V>>>
Multimap. keyMultiValuePairsView()
Returns a lazy view of the pair of a key and a lazy view of the values mapped to that key.RichIterable<Pair<K,V>>
Multimap. keyValuePairsView()
Returns a lazy view of all the key/value pairs.Methods in org.eclipse.collections.api.multimap with parameters of type Pair Modifier and Type Method Description default boolean
MutableMultimap. add(Pair<? extends K,? extends V> keyValuePair)
Modification operation similar to put, however, takes the key-value pair as the input.default boolean
MutableMultimap. putAllPairs(Pair<? extends K,? extends V>... pairs)
Method parameters in org.eclipse.collections.api.multimap with type arguments of type Pair Modifier and Type Method Description <K2,V2>
ImmutableMultimap<K2,V2>ImmutableMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
Multimap<K2,V2>Multimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
Returns a new multimap with the results of applying the specified function on each key and value of the source multimap.<K2,V2,R extends MutableMultimap<K2,V2>>
RMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function, R target)
Same as the collect method but uses the specified target multimap for the results.<K2,V2>
MutableMultimap<K2,V2>MutableMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
default boolean
MutableMultimap. putAllPairs(java.lang.Iterable<? extends Pair<? extends K,? extends V>> pairs)
-
Uses of Pair in org.eclipse.collections.api.multimap.bag
Method parameters in org.eclipse.collections.api.multimap.bag with type arguments of type Pair Modifier and Type Method Description <K2,V2>
ImmutableBagIterableMultimap<K2,V2>ImmutableBagIterableMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
ImmutableBagMultimap<K2,V2>ImmutableBagMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBagIterableMultimap<K2,V2>MutableBagIterableMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBagMultimap<K2,V2>MutableBagMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
UnsortedBagMultimap<K2,V2>UnsortedBagMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
-
Uses of Pair in org.eclipse.collections.api.multimap.list
Method parameters in org.eclipse.collections.api.multimap.list with type arguments of type Pair Modifier and Type Method Description <K2,V2>
ImmutableBagMultimap<K2,V2>ImmutableListMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
BagMultimap<K2,V2>ListMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBagMultimap<K2,V2>MutableListMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
-
Uses of Pair in org.eclipse.collections.api.multimap.ordered
Method parameters in org.eclipse.collections.api.multimap.ordered with type arguments of type Pair Modifier and Type Method Description <K2,V2>
BagMultimap<K2,V2>OrderedIterableMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
-
Uses of Pair in org.eclipse.collections.api.multimap.set
Method parameters in org.eclipse.collections.api.multimap.set with type arguments of type Pair Modifier and Type Method Description <K2,V2>
ImmutableBagIterableMultimap<K2,V2>ImmutableSetIterableMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
ImmutableBagMultimap<K2,V2>ImmutableSetMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBagIterableMultimap<K2,V2>MutableSetIterableMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBagMultimap<K2,V2>MutableSetMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
UnsortedBagMultimap<K2,V2>UnsortedSetMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
-
Uses of Pair in org.eclipse.collections.api.multimap.sortedbag
Method parameters in org.eclipse.collections.api.multimap.sortedbag with type arguments of type Pair Modifier and Type Method Description <K2,V2>
ImmutableBagMultimap<K2,V2>ImmutableSortedBagMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBagMultimap<K2,V2>MutableSortedBagMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
BagMultimap<K2,V2>SortedBagMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
-
Uses of Pair in org.eclipse.collections.api.multimap.sortedset
Method parameters in org.eclipse.collections.api.multimap.sortedset with type arguments of type Pair Modifier and Type Method Description <K2,V2>
ImmutableBagMultimap<K2,V2>ImmutableSortedSetMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBagMultimap<K2,V2>MutableSortedSetMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
BagMultimap<K2,V2>SortedSetMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
-
Uses of Pair in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
ROrderedIterable. zip(java.lang.Iterable<S> that, R target)
Same asOrderedIterable.zip(Iterable)
but usestarget
for output.<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
ROrderedIterable. zipWithIndex(R target)
Same asOrderedIterable.zipWithIndex()
but usestarget
for output.Methods in org.eclipse.collections.api.ordered that return types with arguments of type Pair Modifier and Type Method Description <S> OrderedIterable<Pair<T,S>>
OrderedIterable. zip(java.lang.Iterable<S> that)
Returns aOrderedIterable
formed from thisOrderedIterable
and anotherIterable
by combining corresponding elements in pairs.<S> ReversibleIterable<Pair<T,S>>
ReversibleIterable. zip(java.lang.Iterable<S> that)
<S> ListIterable<Pair<T,S>>
SortedIterable. zip(java.lang.Iterable<S> that)
OrderedIterable<Pair<T,java.lang.Integer>>
OrderedIterable. zipWithIndex()
ReversibleIterable<Pair<T,java.lang.Integer>>
ReversibleIterable. zipWithIndex()
SortedIterable<Pair<T,java.lang.Integer>>
SortedIterable. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return types with arguments of type Pair Modifier and Type Method Description <B> LazyIterable<Pair<T,B>>
SetIterable. cartesianProduct(SetIterable<B> set)
Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthis
and b is a member ofset
.<S> ImmutableSet<Pair<T,S>>
ImmutableSet. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableSet<Pair<T,S>>
MutableSet. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableCollection<Pair<T,S>>
MutableSetIterable. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> UnsortedSetIterable<Pair<T,S>>
UnsortedSetIterable. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.ImmutableSet<Pair<T,java.lang.Integer>>
ImmutableSet. zipWithIndex()
Deprecated.in 6.0.ImmutableSetIterable<Pair<T,java.lang.Integer>>
ImmutableSetIterable. zipWithIndex()
Deprecated.in 6.0.MutableSet<Pair<T,java.lang.Integer>>
MutableSet. zipWithIndex()
Deprecated.in 6.0.MutableSetIterable<Pair<T,java.lang.Integer>>
MutableSetIterable. zipWithIndex()
Deprecated.in 6.0.SetIterable<Pair<T,java.lang.Integer>>
SetIterable. zipWithIndex()
Deprecated.in 6.0.UnsortedSetIterable<Pair<T,java.lang.Integer>>
UnsortedSetIterable. zipWithIndex()
Deprecated.in 6.0. -
Uses of Pair in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return types with arguments of type Pair Modifier and Type Method Description <S> ImmutableList<Pair<T,S>>
ImmutableSortedSet. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
MutableSortedSet. zip(java.lang.Iterable<S> that)
ImmutableSortedSet<Pair<T,java.lang.Integer>>
ImmutableSortedSet. zipWithIndex()
MutableSortedSet<Pair<T,java.lang.Integer>>
MutableSortedSet. zipWithIndex()
SortedSetIterable<Pair<T,java.lang.Integer>>
SortedSetIterable. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return Pair Modifier and Type Method Description default Pair<T,ImmutableStack<T>>
ImmutableStack. peekAndPop()
default Pair<ListIterable<T>,ImmutableStack<T>>
ImmutableStack. peekAndPop(int count)
Methods in org.eclipse.collections.api.stack that return types with arguments of type Pair Modifier and Type Method Description <S> ImmutableStack<Pair<T,S>>
ImmutableStack. zip(java.lang.Iterable<S> that)
<S> MutableStack<Pair<T,S>>
MutableStack. zip(java.lang.Iterable<S> that)
<S> StackIterable<Pair<T,S>>
StackIterable. zip(java.lang.Iterable<S> that)
ImmutableStack<Pair<T,java.lang.Integer>>
ImmutableStack. zipWithIndex()
MutableStack<Pair<T,java.lang.Integer>>
MutableStack. zipWithIndex()
StackIterable<Pair<T,java.lang.Integer>>
StackIterable. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.api.tuple
Subinterfaces of Pair in org.eclipse.collections.api.tuple Modifier and Type Interface Description interface
Twin<T>
A Twin is a Pair where both elements have the same type.Methods in org.eclipse.collections.api.tuple that return Pair Modifier and Type Method Description Pair<T2,T1>
Pair. swap()
Method used to swap the elements of pair. -
Uses of Pair in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RAbstractRichIterable. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<T,S>>>
RUnmodifiableRichIterable. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RAbstractRichIterable. zipWithIndex(R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RUnmodifiableRichIterable. zipWithIndex(R target)
Methods in org.eclipse.collections.impl that return types with arguments of type Pair Modifier and Type Method Description <S> RichIterable<Pair<T,S>>
UnmodifiableRichIterable. zip(java.lang.Iterable<S> that)
RichIterable<Pair<T,java.lang.Integer>>
UnmodifiableRichIterable. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RImmutableHashBag. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RImmutableHashBag. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.bag.immutable that return types with arguments of type Pair Modifier and Type Method Description <S> ImmutableBag<Pair<T,S>>
ImmutableArrayBag. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> ImmutableBag<Pair<T,S>>
ImmutableEmptyBag. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> ImmutableBag<Pair<T,S>>
ImmutableHashBag. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> ImmutableBag<Pair<T,S>>
ImmutableSingletonBag. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.ImmutableSet<Pair<T,java.lang.Integer>>
ImmutableArrayBag. zipWithIndex()
Deprecated.in 6.0.ImmutableSet<Pair<T,java.lang.Integer>>
ImmutableEmptyBag. zipWithIndex()
Deprecated.in 6.0.ImmutableSet<Pair<T,java.lang.Integer>>
ImmutableHashBag. zipWithIndex()
Deprecated.in 6.0.ImmutableSet<Pair<T,java.lang.Integer>>
ImmutableSingletonBag. zipWithIndex()
Deprecated.in 6.0. -
Uses of Pair in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return types with arguments of type Pair Modifier and Type Method Description <S> MutableBag<Pair<T,S>>
AbstractMutableBag. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableBag<Pair<T,S>>
MultiReaderHashBag.UntouchableMutableBag. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableBag<Pair<T,S>>
MultiReaderHashBag. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableBag<Pair<T,S>>
SynchronizedBag. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableBag<Pair<T,S>>
UnmodifiableBag. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.MutableSet<Pair<T,java.lang.Integer>>
AbstractMutableBag. zipWithIndex()
Deprecated.in 6.0.MutableSet<Pair<T,java.lang.Integer>>
MultiReaderHashBag.UntouchableMutableBag. zipWithIndex()
Deprecated.in 6.0.MutableSet<Pair<T,java.lang.Integer>>
MultiReaderHashBag. zipWithIndex()
Deprecated.in 6.0.MutableSet<Pair<T,java.lang.Integer>>
SynchronizedBag. zipWithIndex()
Deprecated.in 6.0.MutableSet<Pair<T,java.lang.Integer>>
UnmodifiableBag. zipWithIndex()
Deprecated.in 6.0. -
Uses of Pair in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RAbstractImmutableSortedBag. zip(java.lang.Iterable<S> that, R target)
Methods in org.eclipse.collections.impl.bag.sorted.immutable that return types with arguments of type Pair Modifier and Type Method Description <S> ImmutableList<Pair<T,S>>
AbstractImmutableSortedBag. zip(java.lang.Iterable<S> that)
ImmutableSortedSet<Pair<T,java.lang.Integer>>
AbstractImmutableSortedBag. zipWithIndex()
ImmutableSortedSet<Pair<T,java.lang.Integer>>
ImmutableEmptySortedBag. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RUnmodifiableSortedBag. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RUnmodifiableSortedBag. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.bag.sorted.mutable that return types with arguments of type Pair Modifier and Type Method Description <S> MutableList<Pair<T,S>>
AbstractMutableSortedBag. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
SynchronizedSortedBag. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
UnmodifiableSortedBag. zip(java.lang.Iterable<S> that)
MutableSortedSet<Pair<T,java.lang.Integer>>
SynchronizedSortedBag. zipWithIndex()
MutableSortedSet<Pair<T,java.lang.Integer>>
TreeBag. zipWithIndex()
MutableSortedSet<Pair<T,java.lang.Integer>>
UnmodifiableSortedBag. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<V,S>>>
RAbstractBiMap. zip(java.lang.Iterable<S> that, R target)
Deprecated.in 8.0.<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RAbstractBiMap. zipWithIndex(R target)
Deprecated.in 8.0.Methods in org.eclipse.collections.impl.bimap that return Pair Modifier and Type Method Description Pair<K,V>
AbstractBiMap. detect(Predicate2<? super K,? super V> predicate)
Methods in org.eclipse.collections.impl.bimap that return types with arguments of type Pair Modifier and Type Method Description java.util.Optional<Pair<K,V>>
AbstractBiMap. detectOptional(Predicate2<? super K,? super V> predicate)
RichIterable<Pair<K,V>>
AbstractBiMap. keyValuesView()
-
Uses of Pair in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable that return types with arguments of type Pair Modifier and Type Method Description <S> ImmutableSet<Pair<V,S>>
AbstractImmutableBiMap. zip(java.lang.Iterable<S> that)
Deprecated.in 8.0.ImmutableSet<Pair<V,java.lang.Integer>>
AbstractImmutableBiMap. zipWithIndex()
Deprecated.in 8.0.Methods in org.eclipse.collections.impl.bimap.immutable with parameters of type Pair Modifier and Type Method Description ImmutableBiMap<K,V>
AbstractImmutableBiMap. newWithAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
Method parameters in org.eclipse.collections.impl.bimap.immutable with type arguments of type Pair Modifier and Type Method Description <K2,V2>
ImmutableBiMap<K2,V2>AbstractImmutableBiMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
ImmutableBiMap<K,V>
AbstractImmutableBiMap. newWithAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
-
Uses of Pair in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<V,S>>>
RUnmodifiableBiMap. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RUnmodifiableBiMap. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.bimap.mutable that return Pair Modifier and Type Method Description Pair<K,V>
UnmodifiableBiMap. detect(Predicate2<? super K,? super V> predicate)
Methods in org.eclipse.collections.impl.bimap.mutable that return types with arguments of type Pair Modifier and Type Method Description java.util.Optional<Pair<K,V>>
UnmodifiableBiMap. detectOptional(Predicate2<? super K,? super V> predicate)
RichIterable<Pair<K,V>>
UnmodifiableBiMap. keyValuesView()
<S> MutableSet<Pair<V,S>>
AbstractMutableBiMap. zip(java.lang.Iterable<S> that)
Deprecated.in 8.0.<S> MutableSet<Pair<V,S>>
SynchronizedBiMap. zip(java.lang.Iterable<S> that)
Deprecated.in 8.0.<S> MutableSet<Pair<V,S>>
UnmodifiableBiMap. zip(java.lang.Iterable<S> that)
MutableSet<Pair<V,java.lang.Integer>>
AbstractMutableBiMap. zipWithIndex()
Deprecated.in 8.0.MutableSet<Pair<V,java.lang.Integer>>
SynchronizedBiMap. zipWithIndex()
Deprecated.in 8.0.MutableSet<Pair<V,java.lang.Integer>>
UnmodifiableBiMap. zipWithIndex()
Methods in org.eclipse.collections.impl.bimap.mutable with parameters of type Pair Modifier and Type Method Description V
UnmodifiableBiMap. add(Pair<? extends K,? extends V> keyValuePair)
V
UnmodifiableBiMap. putPair(Pair<? extends K,? extends V> keyValuePair)
MutableBiMap<K,V>
AbstractMutableBiMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
MutableBiMap<K,V>
SynchronizedBiMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
MutableBiMap<K,V>
UnmodifiableBiMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
Method parameters in org.eclipse.collections.impl.bimap.mutable with type arguments of type Pair Modifier and Type Method Description <K2,V2>
HashBiMap<K2,V2>AbstractMutableBiMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBiMap<K2,V2>SynchronizedBiMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBiMap<K2,V2>UnmodifiableBiMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
MutableBiMap<K,V>
AbstractMutableBiMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
MutableBiMap<K,V>
SynchronizedBiMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
MutableBiMap<K,V>
UnmodifiableBiMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
-
Uses of Pair in org.eclipse.collections.impl.block.factory
Methods in org.eclipse.collections.impl.block.factory that return Pair Modifier and Type Method Description Pair<T,S>
Functions.SwappedPairFunction. valueOf(Pair<S,T> pair)
Methods in org.eclipse.collections.impl.block.factory that return types with arguments of type Pair Modifier and Type Method Description static <T> SerializableComparator<Pair<T,?>>
Comparators. byFirstOfPair(java.util.Comparator<? super T> comparator)
Creates a comparator for pairs by using an existing comparator that only compares the first element of the pairstatic <T> SerializableComparator<Pair<?,T>>
Comparators. bySecondOfPair(java.util.Comparator<? super T> comparator)
Creates a comparator for pairs by using an existing comparator that only compares the second element of the pairstatic <V1> Function<Pair<V1,?>,V1>
Functions. firstOfPair()
static <T,V1,V2>
Function<T,Pair<V1,V2>>Functions. pair(Function<? super T,V1> function1, Function<? super T,V2> function2)
static <V2> Function<Pair<?,V2>,V2>
Functions. secondOfPair()
static <S,T>
Function<Pair<S,T>,Pair<T,S>>Functions. swappedPair()
Swap the input pair and return the swapped pair.static <S,T>
Function<Pair<S,T>,Pair<T,S>>Functions. swappedPair()
Swap the input pair and return the swapped pair.Methods in org.eclipse.collections.impl.block.factory with parameters of type Pair Modifier and Type Method Description int
Comparators.ByFirstOfPairComparator. compare(Pair<T,?> p1, Pair<T,?> p2)
int
Comparators.BySecondOfPairComparator. compare(Pair<?,T> p1, Pair<?,T> p2)
T
Functions.FirstOfPairFunction. valueOf(Pair<T,?> pair)
T
Functions.SecondOfPairFunction. valueOf(Pair<?,T> pair)
Pair<T,S>
Functions.SwappedPairFunction. valueOf(Pair<S,T> pair)
-
Uses of Pair in org.eclipse.collections.impl.block.function
Fields in org.eclipse.collections.impl.block.function with type parameters of type Pair Modifier and Type Field Description private MutableList<Pair<Predicate<? super T>,Function<? super T,? extends V>>>
CaseFunction. predicateFunctions
-
Uses of Pair in org.eclipse.collections.impl.block.function.primitive
-
Uses of Pair in org.eclipse.collections.impl.block.predicate
Methods in org.eclipse.collections.impl.block.predicate with parameters of type Pair Modifier and Type Method Description boolean
PairPredicate. accept(Pair<T1,T2> pair)
-
Uses of Pair in org.eclipse.collections.impl.block.procedure
Classes in org.eclipse.collections.impl.block.procedure with type parameters of type Pair Modifier and Type Class Description class
ZipWithIndexProcedure<T,R extends java.util.Collection<Pair<T,java.lang.Integer>>>
Creates a PairImpl of objects and their indexes and adds the result to a target collection.Fields in org.eclipse.collections.impl.block.procedure with type parameters of type Pair Modifier and Type Field Description private java.util.List<Pair<Predicate<? super T>,Procedure<? super T>>>
CaseProcedure. predicateProcedures
Methods in org.eclipse.collections.impl.block.procedure with type parameters of type Pair Modifier and Type Method Description static <TT,RR extends java.util.Collection<Pair<TT,java.lang.Integer>>>
ZipWithIndexProcedure<TT,RR>ZipWithIndexProcedure. create(RR target)
-
Uses of Pair in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive with type parameters of type Pair Modifier and Type Field Description private MutableList<Pair<BooleanPredicate,BooleanProcedure>>
BooleanCaseProcedure. predicateProcedures
private MutableList<Pair<BytePredicate,ByteProcedure>>
ByteCaseProcedure. predicateProcedures
private MutableList<Pair<CharPredicate,CharProcedure>>
CharCaseProcedure. predicateProcedures
private MutableList<Pair<DoublePredicate,DoubleProcedure>>
DoubleCaseProcedure. predicateProcedures
private MutableList<Pair<FloatPredicate,FloatProcedure>>
FloatCaseProcedure. predicateProcedures
private MutableList<Pair<IntPredicate,IntProcedure>>
IntCaseProcedure. predicateProcedures
private MutableList<Pair<LongPredicate,LongProcedure>>
LongCaseProcedure. predicateProcedures
private MutableList<Pair<ShortPredicate,ShortProcedure>>
ShortCaseProcedure. predicateProcedures
-
Uses of Pair in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RAbstractSynchronizedRichIterable. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RAbstractSynchronizedRichIterable. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.collection that return types with arguments of type Pair Modifier and Type Method Description <S> RichIterable<Pair<T,S>>
AbstractSynchronizedRichIterable. zip(java.lang.Iterable<S> that)
RichIterable<Pair<T,java.lang.Integer>>
AbstractSynchronizedRichIterable. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RAbstractCollectionAdapter. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<T,S>>>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<T,S>>>
RAbstractMultiReaderMutableCollection. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<T,S>>>
RAbstractUnmodifiableMutableCollection. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RAbstractCollectionAdapter. zipWithIndex(R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection. zipWithIndex(R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RAbstractMultiReaderMutableCollection. zipWithIndex(R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RAbstractUnmodifiableMutableCollection. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.collection.mutable that return types with arguments of type Pair Modifier and Type Method Description <S> MutableCollection<Pair<T,S>>
AbstractCollectionAdapter. zip(java.lang.Iterable<S> that)
<S> MutableCollection<Pair<T,S>>
AbstractSynchronizedMutableCollection. zip(java.lang.Iterable<S> that)
<S> MutableCollection<Pair<T,S>>
AbstractUnmodifiableMutableCollection. zip(java.lang.Iterable<S> that)
MutableCollection<Pair<T,java.lang.Integer>>
AbstractCollectionAdapter. zipWithIndex()
MutableCollection<Pair<T,java.lang.Integer>>
AbstractSynchronizedMutableCollection. zipWithIndex()
MutableCollection<Pair<T,java.lang.Integer>>
AbstractUnmodifiableMutableCollection. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.impl.collector
Methods in org.eclipse.collections.impl.collector that return types with arguments of type Pair Modifier and Type Method Description static <T,S>
java.util.stream.Collector<T,?,MutableList<Pair<T,S>>>Collectors2. zip(java.lang.Iterable<S> other)
Returns aMutableList
formed from this stream of elements and anotherIterable
by combining corresponding elements in pairs. -
Uses of Pair in org.eclipse.collections.impl.factory
Methods in org.eclipse.collections.impl.factory that return types with arguments of type Pair Modifier and Type Method Description static <A,B>
LazyIterable<Pair<A,B>>Sets. cartesianProduct(java.util.Set<A> set1, java.util.Set<B> set2)
-
Uses of Pair in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return types with arguments of type Pair Modifier and Type Method Description java.util.Iterator<Pair<X,Y>>
ZipIterable. iterator()
java.util.Iterator<Pair<T,java.lang.Integer>>
ZipWithIndexIterable. iterator()
<S> LazyIterable<Pair<T,S>>
AbstractLazyIterable. zip(java.lang.Iterable<S> that)
LazyIterable<Pair<T,java.lang.Integer>>
AbstractLazyIterable. zipWithIndex()
Method parameters in org.eclipse.collections.impl.lazy with type arguments of type Pair Modifier and Type Method Description void
ZipIterable. each(Procedure<? super Pair<X,Y>> procedure)
void
ZipWithIndexIterable. each(Procedure<? super Pair<T,java.lang.Integer>> procedure)
-
Uses of Pair in org.eclipse.collections.impl.lazy.iterator
Methods in org.eclipse.collections.impl.lazy.iterator that return Pair Modifier and Type Method Description Pair<X,Y>
ZipIterator. next()
Pair<T,java.lang.Integer>
ZipWithIndexIterator. next()
-
Uses of Pair in org.eclipse.collections.impl.list.fixed
Methods in org.eclipse.collections.impl.list.fixed that return types with arguments of type Pair Modifier and Type Method Description <S> MutableList<Pair<T,S>>
EmptyList. zip(java.lang.Iterable<S> that)
MutableList<Pair<T,java.lang.Integer>>
EmptyList. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RImmutableEmptyList. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RImmutableEmptyList. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.list.immutable that return types with arguments of type Pair Modifier and Type Method Description <S> ImmutableList<Pair<T,S>>
AbstractImmutableList. zip(java.lang.Iterable<S> that)
<S> ImmutableList<Pair<T,S>>
ImmutableEmptyList. zip(java.lang.Iterable<S> that)
ImmutableList<Pair<T,java.lang.Integer>>
AbstractImmutableList. zipWithIndex()
ImmutableList<Pair<T,java.lang.Integer>>
ImmutableEmptyList. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RAbstractMutableList. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RAbstractMutableList. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.list.mutable that return types with arguments of type Pair Modifier and Type Method Description <S> MutableList<Pair<T,S>>
AbstractListAdapter. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
AbstractMutableList. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
ArrayListAdapter. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
MultiReaderFastList.UntouchableMutableList. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
MultiReaderFastList. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
RandomAccessListAdapter. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
SynchronizedMutableList. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
UnmodifiableMutableList. zip(java.lang.Iterable<S> that)
MutableList<Pair<T,java.lang.Integer>>
AbstractListAdapter. zipWithIndex()
MutableList<Pair<T,java.lang.Integer>>
AbstractMutableList. zipWithIndex()
MutableList<Pair<T,java.lang.Integer>>
ArrayListAdapter. zipWithIndex()
MutableList<Pair<T,java.lang.Integer>>
MultiReaderFastList.UntouchableMutableList. zipWithIndex()
MutableList<Pair<T,java.lang.Integer>>
MultiReaderFastList. zipWithIndex()
MutableList<Pair<T,java.lang.Integer>>
RandomAccessListAdapter. zipWithIndex()
MutableList<Pair<T,java.lang.Integer>>
SynchronizedMutableList. zipWithIndex()
MutableList<Pair<T,java.lang.Integer>>
UnmodifiableMutableList. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.impl.map
Methods in org.eclipse.collections.impl.map that return Pair Modifier and Type Method Description Pair<K,V>
AbstractSynchronizedMapIterable. detect(Predicate2<? super K,? super V> predicate)
Methods in org.eclipse.collections.impl.map that return types with arguments of type Pair Modifier and Type Method Description java.util.Optional<Pair<K,V>>
AbstractSynchronizedMapIterable. detectOptional(Predicate2<? super K,? super V> predicate)
RichIterable<Pair<K,V>>
AbstractSynchronizedMapIterable. keyValuesView()
<S> MutableCollection<Pair<V,S>>
AbstractSynchronizedMapIterable. zip(java.lang.Iterable<S> that)
MutableCollection<Pair<V,java.lang.Integer>>
AbstractSynchronizedMapIterable. zipWithIndex()
Methods in org.eclipse.collections.impl.map with parameters of type Pair Modifier and Type Method Description V
AbstractSynchronizedMapIterable. add(Pair<? extends K,? extends V> keyValuePair)
V
AbstractSynchronizedMapIterable. putPair(Pair<? extends K,? extends V> keyValuePair)
-
Uses of Pair in org.eclipse.collections.impl.map.fixed
Methods in org.eclipse.collections.impl.map.fixed that return Pair Modifier and Type Method Description Pair<K,V>
DoubletonMap. detect(Predicate2<? super K,? super V> predicate)
Pair<K,V>
EmptyMap. detect(Predicate2<? super K,? super V> predicate)
Pair<K,V>
SingletonMap. detect(Predicate2<? super K,? super V> predicate)
Pair<K,V>
TripletonMap. detect(Predicate2<? super K,? super V> predicate)
Methods in org.eclipse.collections.impl.map.fixed with parameters of type Pair Modifier and Type Method Description MutableMap<K,V>
AbstractMemoryEfficientMutableMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValues)
Method parameters in org.eclipse.collections.impl.map.fixed with type arguments of type Pair Modifier and Type Method Description abstract <K2,V2>
FixedSizeMap<K2,V2>AbstractMemoryEfficientMutableMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
FixedSizeMap<K2,V2>DoubletonMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
FixedSizeMap<K2,V2>EmptyMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
FixedSizeMap<K2,V2>SingletonMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
FixedSizeMap<K2,V2>TripletonMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
MutableMap<K,V>
AbstractMemoryEfficientMutableMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
-
Uses of Pair in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable that return Pair Modifier and Type Method Description Pair<K,V>
AbstractImmutableMap. detect(Predicate2<? super K,? super V> predicate)
Pair<K,V>
ImmutableDoubletonMap. detect(Predicate2<? super K,? super V> predicate)
Pair<K,V>
ImmutableEmptyMap. detect(Predicate2<? super K,? super V> predicate)
Pair<K,V>
ImmutableQuadrupletonMap. detect(Predicate2<? super K,? super V> predicate)
Pair<K,V>
ImmutableSingletonMap. detect(Predicate2<? super K,? super V> predicate)
Pair<K,V>
ImmutableTripletonMap. detect(Predicate2<? super K,? super V> predicate)
Methods in org.eclipse.collections.impl.map.immutable that return types with arguments of type Pair Modifier and Type Method Description java.util.Optional<Pair<K,V>>
AbstractImmutableMap. detectOptional(Predicate2<? super K,? super V> predicate)
RichIterable<Pair<K,V>>
ImmutableDoubletonMap. keyValuesView()
RichIterable<Pair<K,V>>
ImmutableEmptyMap. keyValuesView()
RichIterable<Pair<K,V>>
ImmutableQuadrupletonMap. keyValuesView()
RichIterable<Pair<K,V>>
ImmutableSingletonMap. keyValuesView()
RichIterable<Pair<K,V>>
ImmutableTripletonMap. keyValuesView()
RichIterable<Pair<K,V>>
ImmutableUnifiedMap. keyValuesView()
<S> ImmutableBag<Pair<V,S>>
AbstractImmutableMap. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.ImmutableSet<Pair<V,java.lang.Integer>>
AbstractImmutableMap. zipWithIndex()
Deprecated.in 6.0.Methods in org.eclipse.collections.impl.map.immutable with parameters of type Pair Modifier and Type Method Description ImmutableMap<K,V>
AbstractImmutableMap. newWithAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
Method parameters in org.eclipse.collections.impl.map.immutable with type arguments of type Pair Modifier and Type Method Description <K2,V2>
ImmutableMap<K2,V2>AbstractImmutableMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
ImmutableMap<K2,V2>ImmutableDoubletonMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
ImmutableMap<K2,V2>ImmutableEmptyMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
ImmutableMap<K2,V2>ImmutableQuadrupletonMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
ImmutableMap<K2,V2>ImmutableSingletonMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
ImmutableMap<K2,V2>ImmutableTripletonMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
ImmutableMap<K,V>
AbstractImmutableMap. newWithAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
Constructors in org.eclipse.collections.impl.map.immutable with parameters of type Pair Constructor Description ImmutableUnifiedMap(Pair<K,V>... pairs)
-
Uses of Pair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<V,S>>>
RImmutableByteObjectEmptyMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableByteObjectHashMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableByteObjectSingletonMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableCharObjectEmptyMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableCharObjectHashMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableCharObjectSingletonMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableDoubleObjectEmptyMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableDoubleObjectHashMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableDoubleObjectSingletonMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableFloatObjectEmptyMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableFloatObjectHashMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableFloatObjectSingletonMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableIntObjectEmptyMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableIntObjectHashMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableIntObjectSingletonMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableLongObjectEmptyMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableLongObjectHashMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableLongObjectSingletonMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableShortObjectEmptyMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableShortObjectHashMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RImmutableShortObjectSingletonMap. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableByteObjectEmptyMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableByteObjectHashMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableByteObjectSingletonMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableCharObjectEmptyMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableCharObjectHashMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableCharObjectSingletonMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableDoubleObjectEmptyMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableDoubleObjectHashMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableDoubleObjectSingletonMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableFloatObjectEmptyMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableFloatObjectHashMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableFloatObjectSingletonMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableIntObjectEmptyMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableIntObjectHashMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableIntObjectSingletonMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableLongObjectEmptyMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableLongObjectHashMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableLongObjectSingletonMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableShortObjectEmptyMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableShortObjectHashMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RImmutableShortObjectSingletonMap. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type Pair Modifier and Type Method Description <S> ImmutableBag<Pair<V,S>>
ImmutableByteObjectEmptyMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableByteObjectHashMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableByteObjectSingletonMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableCharObjectEmptyMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableCharObjectHashMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableCharObjectSingletonMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableDoubleObjectEmptyMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableDoubleObjectHashMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableDoubleObjectSingletonMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableFloatObjectEmptyMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableFloatObjectHashMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableFloatObjectSingletonMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableIntObjectEmptyMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableIntObjectHashMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableIntObjectSingletonMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableLongObjectEmptyMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableLongObjectHashMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableLongObjectSingletonMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableShortObjectEmptyMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableShortObjectHashMap. zip(java.lang.Iterable<S> that)
<S> ImmutableBag<Pair<V,S>>
ImmutableShortObjectSingletonMap. zip(java.lang.Iterable<S> that)
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableByteObjectEmptyMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableByteObjectHashMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableByteObjectSingletonMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableCharObjectEmptyMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableCharObjectHashMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableCharObjectSingletonMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableDoubleObjectEmptyMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableDoubleObjectHashMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableDoubleObjectSingletonMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableFloatObjectEmptyMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableFloatObjectHashMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableFloatObjectSingletonMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableIntObjectEmptyMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableIntObjectHashMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableIntObjectSingletonMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableLongObjectEmptyMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableLongObjectHashMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableLongObjectSingletonMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableShortObjectEmptyMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableShortObjectHashMap. zipWithIndex()
ImmutableSet<Pair<V,java.lang.Integer>>
ImmutableShortObjectSingletonMap. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<V,S>>>
RUnmodifiableMutableMap. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RUnmodifiableMutableMap. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.map.mutable that return Pair Modifier and Type Method Description Pair<K,V>
AbstractMutableMapIterable. detect(Predicate2<? super K,? super V> predicate)
Pair<K,V>
UnifiedMap. detect(Predicate2<? super K,? super V> predicate)
Pair<K,V>
UnmodifiableMutableMap. detect(Predicate2<? super K,? super V> predicate)
Methods in org.eclipse.collections.impl.map.mutable that return types with arguments of type Pair Modifier and Type Method Description java.util.Optional<Pair<K,V>>
AbstractMutableMapIterable. detectOptional(Predicate2<? super K,? super V> predicate)
java.util.Optional<Pair<K,V>>
UnifiedMap. detectOptional(Predicate2<? super K,? super V> predicate)
java.util.Optional<Pair<K,V>>
UnmodifiableMutableMap. detectOptional(Predicate2<? super K,? super V> predicate)
RichIterable<Pair<K,V>>
AbstractMutableMapIterable. keyValuesView()
RichIterable<Pair<K,V>>
UnmodifiableMutableMap. keyValuesView()
<S> MutableBag<Pair<V,S>>
AbstractMutableMap. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableBag<Pair<V,S>>
SynchronizedMutableMap. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableBag<Pair<V,S>>
UnmodifiableMutableMap. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.MutableSet<Pair<V,java.lang.Integer>>
AbstractMutableMap. zipWithIndex()
Deprecated.in 6.0.MutableSet<Pair<V,java.lang.Integer>>
SynchronizedMutableMap. zipWithIndex()
Deprecated.in 6.0.MutableSet<Pair<V,java.lang.Integer>>
UnmodifiableMutableMap. zipWithIndex()
Deprecated.in 6.0.Methods in org.eclipse.collections.impl.map.mutable with parameters of type Pair Modifier and Type Method Description V
UnmodifiableMutableMap. add(Pair<? extends K,? extends V> keyValuePair)
static <K,V>
UnifiedMap<K,V>UnifiedMap. newMapWith(Pair<K,V>... pairs)
V
UnmodifiableMutableMap. putPair(Pair<? extends K,? extends V> keyValuePair)
MutableMap<K,V>
AbstractMutableMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValues)
ConcurrentHashMap<K,V>
ConcurrentHashMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValues)
ConcurrentHashMapUnsafe<K,V>
ConcurrentHashMapUnsafe. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValues)
ConcurrentMutableHashMap<K,V>
ConcurrentMutableHashMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValues)
Deprecated.MutableMap<K,V>
SynchronizedMutableMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
MutableMap<K,V>
UnmodifiableMutableMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
Method parameters in org.eclipse.collections.impl.map.mutable with type arguments of type Pair Modifier and Type Method Description <K2,V2>
MutableMap<K2,V2>AbstractMutableMapIterable. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableMap<K2,V2>SynchronizedMutableMap. collect(Function2<? super K,? super V,Pair<K2,V2>> pairFunction)
<K2,V2>
MutableMap<K2,V2>UnmodifiableMutableMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
static <K,V>
UnifiedMap<K,V>UnifiedMap. newMapWith(java.lang.Iterable<Pair<K,V>> inputIterable)
MutableMap<K,V>
AbstractMutableMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
ConcurrentHashMap<K,V>
ConcurrentHashMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
ConcurrentHashMapUnsafe<K,V>
ConcurrentHashMapUnsafe. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
ConcurrentMutableHashMap<K,V>
ConcurrentMutableHashMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
Deprecated.MutableMap<K,V>
SynchronizedMutableMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
MutableMap<K,V>
UnmodifiableMutableMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
Constructors in org.eclipse.collections.impl.map.mutable with parameters of type Pair Constructor Description UnifiedMap(Pair<K,V>... pairs)
-
Uses of Pair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<V,S>>>
RByteObjectHashMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RCharObjectHashMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RDoubleObjectHashMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RFloatObjectHashMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RIntObjectHashMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RLongObjectHashMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RShortObjectHashMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RSynchronizedByteObjectMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RSynchronizedCharObjectMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RSynchronizedDoubleObjectMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RSynchronizedFloatObjectMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RSynchronizedIntObjectMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RSynchronizedLongObjectMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RSynchronizedShortObjectMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RUnmodifiableByteObjectMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RUnmodifiableCharObjectMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RUnmodifiableDoubleObjectMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RUnmodifiableFloatObjectMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RUnmodifiableIntObjectMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RUnmodifiableLongObjectMap. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<V,S>>>
RUnmodifiableShortObjectMap. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RByteObjectHashMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RCharObjectHashMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RDoubleObjectHashMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RFloatObjectHashMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RIntObjectHashMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RLongObjectHashMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RShortObjectHashMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RSynchronizedByteObjectMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RSynchronizedCharObjectMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RSynchronizedDoubleObjectMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RSynchronizedFloatObjectMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RSynchronizedIntObjectMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RSynchronizedLongObjectMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RSynchronizedShortObjectMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RUnmodifiableByteObjectMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RUnmodifiableCharObjectMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RUnmodifiableDoubleObjectMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RUnmodifiableFloatObjectMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RUnmodifiableIntObjectMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RUnmodifiableLongObjectMap. zipWithIndex(R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RUnmodifiableShortObjectMap. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type Pair Modifier and Type Method Description <S> MutableBag<Pair<V,S>>
ByteObjectHashMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
CharObjectHashMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
DoubleObjectHashMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
FloatObjectHashMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
IntObjectHashMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
LongObjectHashMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
ShortObjectHashMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
SynchronizedByteObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
SynchronizedCharObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
SynchronizedDoubleObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
SynchronizedFloatObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
SynchronizedIntObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
SynchronizedLongObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
SynchronizedShortObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
UnmodifiableByteObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
UnmodifiableCharObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
UnmodifiableDoubleObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
UnmodifiableFloatObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
UnmodifiableIntObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
UnmodifiableLongObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.<S> MutableBag<Pair<V,S>>
UnmodifiableShortObjectMap. zip(java.lang.Iterable<S> that)
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
ByteObjectHashMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
CharObjectHashMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
DoubleObjectHashMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
FloatObjectHashMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
IntObjectHashMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
LongObjectHashMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
ShortObjectHashMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
SynchronizedByteObjectMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
SynchronizedCharObjectMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
SynchronizedDoubleObjectMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
SynchronizedFloatObjectMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
SynchronizedIntObjectMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
SynchronizedLongObjectMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
SynchronizedShortObjectMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
UnmodifiableByteObjectMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
UnmodifiableCharObjectMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
UnmodifiableDoubleObjectMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
UnmodifiableFloatObjectMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
UnmodifiableIntObjectMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
UnmodifiableLongObjectMap. zipWithIndex()
Deprecated.in 7.0.MutableSet<Pair<V,java.lang.Integer>>
UnmodifiableShortObjectMap. zipWithIndex()
Deprecated.in 7.0. -
Uses of Pair in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<V,S>>>
RUnmodifiableMutableOrderedMap. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RUnmodifiableMutableOrderedMap. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.map.ordered.mutable that return Pair Modifier and Type Method Description Pair<K,V>
OrderedMapAdapter. detect(Predicate2<? super K,? super V> predicate)
Pair<K,V>
UnmodifiableMutableOrderedMap. detect(Predicate2<? super K,? super V> predicate)
Methods in org.eclipse.collections.impl.map.ordered.mutable that return types with arguments of type Pair Modifier and Type Method Description java.util.Optional<Pair<K,V>>
OrderedMapAdapter. detectOptional(Predicate2<? super K,? super V> predicate)
java.util.Optional<Pair<K,V>>
UnmodifiableMutableOrderedMap. detectOptional(Predicate2<? super K,? super V> predicate)
RichIterable<Pair<K,V>>
OrderedMapAdapter. keyValuesView()
RichIterable<Pair<K,V>>
UnmodifiableMutableOrderedMap. keyValuesView()
<S> MutableList<Pair<V,S>>
OrderedMapAdapter. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<V,S>>
UnmodifiableMutableOrderedMap. zip(java.lang.Iterable<S> that)
MutableList<Pair<V,java.lang.Integer>>
OrderedMapAdapter. zipWithIndex()
MutableList<Pair<V,java.lang.Integer>>
UnmodifiableMutableOrderedMap. zipWithIndex()
Methods in org.eclipse.collections.impl.map.ordered.mutable with parameters of type Pair Modifier and Type Method Description MutableOrderedMap<K,V>
OrderedMapAdapter. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValues)
MutableOrderedMap<K,V>
UnmodifiableMutableOrderedMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
Method parameters in org.eclipse.collections.impl.map.ordered.mutable with type arguments of type Pair Modifier and Type Method Description <K2,V2>
MutableOrderedMap<K2,V2>OrderedMapAdapter. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableOrderedMap<K2,V2>UnmodifiableMutableOrderedMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
MutableOrderedMap<K,V>
OrderedMapAdapter. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
MutableOrderedMap<K,V>
UnmodifiableMutableOrderedMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
-
Uses of Pair in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable that return Pair Modifier and Type Method Description Pair<K,V>
AbstractImmutableSortedMap. detect(Predicate2<? super K,? super V> predicate)
Pair<K,V>
ImmutableEmptySortedMap. detect(Predicate2<? super K,? super V> predicate)
Methods in org.eclipse.collections.impl.map.sorted.immutable that return types with arguments of type Pair Modifier and Type Method Description java.util.Optional<Pair<K,V>>
AbstractImmutableSortedMap. detectOptional(Predicate2<? super K,? super V> predicate)
java.util.Optional<Pair<K,V>>
ImmutableEmptySortedMap. detectOptional(Predicate2<? super K,? super V> predicate)
RichIterable<Pair<K,V>>
ImmutableEmptySortedMap. keyValuesView()
RichIterable<Pair<K,V>>
ImmutableTreeMap. keyValuesView()
<S> ImmutableList<Pair<V,S>>
AbstractImmutableSortedMap. zip(java.lang.Iterable<S> that)
ImmutableList<Pair<V,java.lang.Integer>>
AbstractImmutableSortedMap. zipWithIndex()
Methods in org.eclipse.collections.impl.map.sorted.immutable with parameters of type Pair Modifier and Type Method Description ImmutableSortedMap<K,V>
AbstractImmutableSortedMap. newWithAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
Method parameters in org.eclipse.collections.impl.map.sorted.immutable with type arguments of type Pair Modifier and Type Method Description <K2,V2>
ImmutableMap<K2,V2>AbstractImmutableSortedMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
ImmutableMap<K2,V2>ImmutableEmptySortedMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
ImmutableSortedMap<K,V>
AbstractImmutableSortedMap. newWithAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
-
Uses of Pair in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<V,S>>>
RUnmodifiableTreeMap. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<V,java.lang.Integer>>>
RUnmodifiableTreeMap. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.map.sorted.mutable that return Pair Modifier and Type Method Description Pair<K,V>
UnmodifiableTreeMap. detect(Predicate2<? super K,? super V> predicate)
Methods in org.eclipse.collections.impl.map.sorted.mutable that return types with arguments of type Pair Modifier and Type Method Description java.util.Optional<Pair<K,V>>
UnmodifiableTreeMap. detectOptional(Predicate2<? super K,? super V> predicate)
RichIterable<Pair<K,V>>
UnmodifiableTreeMap. keyValuesView()
<S> MutableList<Pair<V,S>>
AbstractMutableSortedMap. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<V,S>>
SynchronizedSortedMap. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<V,S>>
UnmodifiableTreeMap. zip(java.lang.Iterable<S> that)
MutableList<Pair<V,java.lang.Integer>>
AbstractMutableSortedMap. zipWithIndex()
MutableList<Pair<V,java.lang.Integer>>
SynchronizedSortedMap. zipWithIndex()
MutableList<Pair<V,java.lang.Integer>>
UnmodifiableTreeMap. zipWithIndex()
Methods in org.eclipse.collections.impl.map.sorted.mutable with parameters of type Pair Modifier and Type Method Description V
UnmodifiableTreeMap. add(Pair<? extends K,? extends V> keyValuePair)
static <K,V>
TreeSortedMap<K,V>TreeSortedMap. newMapWith(java.util.Comparator<? super K> comparator, Pair<K,V>... pairs)
static <K,V>
TreeSortedMap<K,V>TreeSortedMap. newMapWith(Pair<K,V>... pairs)
V
UnmodifiableTreeMap. putPair(Pair<? extends K,? extends V> keyValuePair)
MutableSortedMap<K,V>
SortedMapAdapter. with(Pair<K,V>... pairs)
MutableSortedMap<K,V>
SynchronizedSortedMap. with(Pair<K,V>... pairs)
Deprecated.in 6.0 UseSynchronizedSortedMap.withAllKeyValueArguments(Pair[])
instead.TreeSortedMap<K,V>
TreeSortedMap. with(Pair<K,V>... pairs)
MutableSortedMap<K,V>
UnmodifiableTreeMap. with(Pair<K,V>... pairs)
MutableSortedMap<K,V>
AbstractMutableSortedMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValues)
MutableSortedMap<K,V>
SynchronizedSortedMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
MutableSortedMap<K,V>
UnmodifiableTreeMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
Method parameters in org.eclipse.collections.impl.map.sorted.mutable with type arguments of type Pair Modifier and Type Method Description <K2,V2>
MutableMap<K2,V2>SynchronizedSortedMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableMap<K2,V2>UnmodifiableTreeMap. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
MutableSortedMap<K,V>
AbstractMutableSortedMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
MutableSortedMap<K,V>
SynchronizedSortedMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
MutableSortedMap<K,V>
UnmodifiableTreeMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
Constructors in org.eclipse.collections.impl.map.sorted.mutable with parameters of type Pair Constructor Description TreeSortedMap(Pair<K,V>... pairs)
-
Uses of Pair in org.eclipse.collections.impl.map.strategy.immutable
Methods in org.eclipse.collections.impl.map.strategy.immutable that return Pair Modifier and Type Method Description Pair<K,V>
ImmutableEmptyMapWithHashingStrategy. detect(Predicate2<? super K,? super V> predicate)
Methods in org.eclipse.collections.impl.map.strategy.immutable that return types with arguments of type Pair Modifier and Type Method Description RichIterable<Pair<K,V>>
ImmutableEmptyMapWithHashingStrategy. keyValuesView()
RichIterable<Pair<K,V>>
ImmutableUnifiedMapWithHashingStrategy. keyValuesView()
Methods in org.eclipse.collections.impl.map.strategy.immutable with parameters of type Pair Modifier and Type Method Description ImmutableMap<K,V>
ImmutableUnifiedMapWithHashingStrategy. newWithAllKeyValueArguments(Pair<? extends K,? extends V>... keyValuePairs)
Method parameters in org.eclipse.collections.impl.map.strategy.immutable with type arguments of type Pair Modifier and Type Method Description <K2,V2>
ImmutableMap<K2,V2>ImmutableEmptyMapWithHashingStrategy. collect(Function2<? super K,? super V,Pair<K2,V2>> function)
ImmutableMap<K,V>
ImmutableUnifiedMapWithHashingStrategy. newWithAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
Constructors in org.eclipse.collections.impl.map.strategy.immutable with parameters of type Pair Constructor Description ImmutableUnifiedMapWithHashingStrategy(HashingStrategy<? super K> hashingStrategy, Pair<K,V>... pairs)
-
Uses of Pair in org.eclipse.collections.impl.map.strategy.mutable
Methods in org.eclipse.collections.impl.map.strategy.mutable with parameters of type Pair Modifier and Type Method Description static <K,V>
UnifiedMapWithHashingStrategy<K,V>UnifiedMapWithHashingStrategy. newMapWith(HashingStrategy<? super K> hashingStrategy, Pair<K,V>... pairs)
Method parameters in org.eclipse.collections.impl.map.strategy.mutable with type arguments of type Pair Modifier and Type Method Description static <K,V>
UnifiedMapWithHashingStrategy<K,V>UnifiedMapWithHashingStrategy. newMapWith(HashingStrategy<? super K> hashingStrategy, java.lang.Iterable<Pair<K,V>> inputIterable)
Constructors in org.eclipse.collections.impl.map.strategy.mutable with parameters of type Pair Constructor Description UnifiedMapWithHashingStrategy(HashingStrategy<? super K> hashingStrategy, Pair<K,V>... pairs)
-
Uses of Pair in org.eclipse.collections.impl.multimap
Methods in org.eclipse.collections.impl.multimap that return Pair Modifier and Type Method Description Pair<K,V>
AbstractMultimap.KeyValuePairFunction. valueOf(V value)
Methods in org.eclipse.collections.impl.multimap that return types with arguments of type Pair Modifier and Type Method Description RichIterable<Pair<K,RichIterable<V>>>
AbstractMultimap. keyMultiValuePairsView()
RichIterable<Pair<K,RichIterable<V>>>
AbstractSynchronizedMultimap. keyMultiValuePairsView()
RichIterable<Pair<K,V>>
AbstractMultimap. keyValuePairsView()
RichIterable<Pair<K,V>>
AbstractSynchronizedMultimap. keyValuePairsView()
Methods in org.eclipse.collections.impl.multimap with parameters of type Pair Modifier and Type Method Description boolean
AbstractSynchronizedMultimap. add(Pair<? extends K,? extends V> keyValuePair)
boolean
AbstractSynchronizedMultimap. putAllPairs(Pair<? extends K,? extends V>... pairs)
Method parameters in org.eclipse.collections.impl.multimap with type arguments of type Pair Modifier and Type Method Description <K2,V2,R extends MutableMultimap<K2,V2>>
RAbstractMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function, R target)
<K2,V2,R extends MutableMultimap<K2,V2>>
RAbstractSynchronizedMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function, R target)
boolean
AbstractSynchronizedMultimap. putAllPairs(java.lang.Iterable<? extends Pair<? extends K,? extends V>> pairs)
Constructors in org.eclipse.collections.impl.multimap with parameters of type Pair Constructor Description AbstractMutableMultimap(Pair<K,V>... pairs)
Constructor parameters in org.eclipse.collections.impl.multimap with type arguments of type Pair Constructor Description AbstractMutableMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
Constructs aMultimap
containingIterable
. -
Uses of Pair in org.eclipse.collections.impl.multimap.bag
Methods in org.eclipse.collections.impl.multimap.bag with parameters of type Pair Modifier and Type Method Description static <K,V>
HashBagMultimap<K,V>HashBagMultimap. newMultimap(Pair<K,V>... pairs)
static <K,V>
MultiReaderHashBagMultimap<K,V>MultiReaderHashBagMultimap. newMultimap(Pair<K,V>... pairs)
static <K,V>
SynchronizedPutHashBagMultimap<K,V>SynchronizedPutHashBagMultimap. newMultimap(Pair<K,V>... pairs)
static <K,V>
TreeBagMultimap<K,V>TreeBagMultimap. newMultimap(Pair<K,V>... pairs)
Deprecated.Method parameters in org.eclipse.collections.impl.multimap.bag with type arguments of type Pair Modifier and Type Method Description <K2,V2>
HashBagMultimap<K2,V2>AbstractMutableBagMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
ImmutableBagMultimap<K2,V2>ImmutableBagMultimapImpl. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBagMultimap<K2,V2>SynchronizedBagMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
HashBagMultimap<K2,V2>SynchronizedPutHashBagMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
HashBagMultimap<K2,V2>TreeBagMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
Deprecated.static <K,V>
HashBagMultimap<K,V>HashBagMultimap. newMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
static <K,V>
MultiReaderHashBagMultimap<K,V>MultiReaderHashBagMultimap. newMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
static <K,V>
SynchronizedPutHashBagMultimap<K,V>SynchronizedPutHashBagMultimap. newMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
Constructors in org.eclipse.collections.impl.multimap.bag with parameters of type Pair Constructor Description AbstractMutableBagMultimap(Pair<K,V>... pairs)
HashBagMultimap(Pair<K,V>... pairs)
MultiReaderHashBagMultimap(Pair<K,V>... pairs)
SynchronizedPutHashBagMultimap(Pair<K,V>... pairs)
TreeBagMultimap(Pair<K,V>... pairs)
Deprecated.Constructor parameters in org.eclipse.collections.impl.multimap.bag with type arguments of type Pair Constructor Description AbstractMutableBagMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
HashBagMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
MultiReaderHashBagMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
SynchronizedPutHashBagMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
-
Uses of Pair in org.eclipse.collections.impl.multimap.bag.sorted
Methods in org.eclipse.collections.impl.multimap.bag.sorted with parameters of type Pair Modifier and Type Method Description static <K,V>
TreeBagMultimap<K,V>TreeBagMultimap. newMultimap(Pair<K,V>... pairs)
Deprecated.Method parameters in org.eclipse.collections.impl.multimap.bag.sorted with type arguments of type Pair Modifier and Type Method Description <K2,V2>
HashBagMultimap<K2,V2>TreeBagMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
Deprecated.static <K,V>
TreeBagMultimap<K,V>TreeBagMultimap. newMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
Deprecated.Constructors in org.eclipse.collections.impl.multimap.bag.sorted with parameters of type Pair Constructor Description TreeBagMultimap(Pair<K,V>... pairs)
Deprecated.Constructor parameters in org.eclipse.collections.impl.multimap.bag.sorted with type arguments of type Pair Constructor Description TreeBagMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
Deprecated. -
Uses of Pair in org.eclipse.collections.impl.multimap.bag.sorted.immutable
Method parameters in org.eclipse.collections.impl.multimap.bag.sorted.immutable with type arguments of type Pair Modifier and Type Method Description <K2,V2>
ImmutableBagMultimap<K2,V2>ImmutableSortedBagMultimapImpl. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
-
Uses of Pair in org.eclipse.collections.impl.multimap.bag.sorted.mutable
Methods in org.eclipse.collections.impl.multimap.bag.sorted.mutable with parameters of type Pair Modifier and Type Method Description static <K,V>
TreeBagMultimap<K,V>TreeBagMultimap. newMultimap(Pair<K,V>... pairs)
Method parameters in org.eclipse.collections.impl.multimap.bag.sorted.mutable with type arguments of type Pair Modifier and Type Method Description <K2,V2>
MutableBagMultimap<K2,V2>SynchronizedSortedBagMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
HashBagMultimap<K2,V2>TreeBagMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
static <K,V>
TreeBagMultimap<K,V>TreeBagMultimap. newMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
Constructors in org.eclipse.collections.impl.multimap.bag.sorted.mutable with parameters of type Pair Constructor Description TreeBagMultimap(Pair<K,V>... pairs)
Constructor parameters in org.eclipse.collections.impl.multimap.bag.sorted.mutable with type arguments of type Pair Constructor Description TreeBagMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
-
Uses of Pair in org.eclipse.collections.impl.multimap.bag.strategy
Methods in org.eclipse.collections.impl.multimap.bag.strategy with parameters of type Pair Modifier and Type Method Description static <K,V>
HashBagMultimapWithHashingStrategy<K,V>HashBagMultimapWithHashingStrategy. newMultimap(HashingStrategy<? super K> multimapHashingStrategy, Pair<K,V>... pairs)
Method parameters in org.eclipse.collections.impl.multimap.bag.strategy with type arguments of type Pair Modifier and Type Method Description static <K,V>
HashBagMultimapWithHashingStrategy<K,V>HashBagMultimapWithHashingStrategy. newMultimap(HashingStrategy<? super K> multimapHashingStrategy, java.lang.Iterable<Pair<K,V>> inputIterable)
Constructors in org.eclipse.collections.impl.multimap.bag.strategy with parameters of type Pair Constructor Description HashBagMultimapWithHashingStrategy(HashingStrategy<? super K> hashingStrategy, Pair<K,V>... pairs)
Constructor parameters in org.eclipse.collections.impl.multimap.bag.strategy with type arguments of type Pair Constructor Description HashBagMultimapWithHashingStrategy(HashingStrategy<? super K> hashingStrategy, java.lang.Iterable<Pair<K,V>> inputIterable)
-
Uses of Pair in org.eclipse.collections.impl.multimap.list
Methods in org.eclipse.collections.impl.multimap.list with parameters of type Pair Modifier and Type Method Description static <K,V>
FastListMultimap<K,V>FastListMultimap. newMultimap(Pair<K,V>... pairs)
static <K,V>
MultiReaderFastListMultimap<K,V>MultiReaderFastListMultimap. newMultimap(Pair<K,V>... pairs)
static <K,V>
SynchronizedPutFastListMultimap<K,V>SynchronizedPutFastListMultimap. newMultimap(Pair<K,V>... pairs)
Method parameters in org.eclipse.collections.impl.multimap.list with type arguments of type Pair Modifier and Type Method Description <K2,V2>
HashBagMultimap<K2,V2>AbstractMutableListMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
ImmutableBagMultimap<K2,V2>ImmutableListMultimapImpl. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBagMultimap<K2,V2>SynchronizedListMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
HashBagMultimap<K2,V2>SynchronizedPutFastListMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
static <K,V>
FastListMultimap<K,V>FastListMultimap. newMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
static <K,V>
MultiReaderFastListMultimap<K,V>MultiReaderFastListMultimap. newMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
static <K,V>
SynchronizedPutFastListMultimap<K,V>SynchronizedPutFastListMultimap. newMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
Constructors in org.eclipse.collections.impl.multimap.list with parameters of type Pair Constructor Description AbstractMutableListMultimap(Pair<K,V>... pairs)
FastListMultimap(Pair<K,V>... pairs)
MultiReaderFastListMultimap(Pair<K,V>... pairs)
SynchronizedPutFastListMultimap(Pair<K,V>... pairs)
Constructor parameters in org.eclipse.collections.impl.multimap.list with type arguments of type Pair Constructor Description AbstractMutableListMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
FastListMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
MultiReaderFastListMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
SynchronizedPutFastListMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
-
Uses of Pair in org.eclipse.collections.impl.multimap.set
Methods in org.eclipse.collections.impl.multimap.set with parameters of type Pair Modifier and Type Method Description static <K,V>
MultiReaderUnifiedSetMultimap<K,V>MultiReaderUnifiedSetMultimap. newMultimap(Pair<K,V>... pairs)
static <K,V>
SynchronizedPutUnifiedSetMultimap<K,V>SynchronizedPutUnifiedSetMultimap. newMultimap(Pair<K,V>... pairs)
static <K,V>
UnifiedSetMultimap<K,V>UnifiedSetMultimap. newMultimap(Pair<K,V>... pairs)
Method parameters in org.eclipse.collections.impl.multimap.set with type arguments of type Pair Modifier and Type Method Description <K2,V2>
MutableBagMultimap<K2,V2>AbstractMutableSetMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
ImmutableBagMultimap<K2,V2>ImmutableSetMultimapImpl. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBagMultimap<K2,V2>SynchronizedPutUnifiedSetMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBagMultimap<K2,V2>SynchronizedSetMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
static <K,V>
MultiReaderUnifiedSetMultimap<K,V>MultiReaderUnifiedSetMultimap. newMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
static <K,V>
SynchronizedPutUnifiedSetMultimap<K,V>SynchronizedPutUnifiedSetMultimap. newMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
static <K,V>
UnifiedSetMultimap<K,V>UnifiedSetMultimap. newMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
Constructors in org.eclipse.collections.impl.multimap.set with parameters of type Pair Constructor Description AbstractMutableSetMultimap(Pair<K,V>... pairs)
MultiReaderUnifiedSetMultimap(Pair<K,V>... pairs)
SynchronizedPutUnifiedSetMultimap(Pair<K,V>... pairs)
UnifiedSetMultimap(Pair<K,V>... pairs)
Constructor parameters in org.eclipse.collections.impl.multimap.set with type arguments of type Pair Constructor Description AbstractMutableSetMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
MultiReaderUnifiedSetMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
SynchronizedPutUnifiedSetMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
UnifiedSetMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
-
Uses of Pair in org.eclipse.collections.impl.multimap.set.sorted
Methods in org.eclipse.collections.impl.multimap.set.sorted with parameters of type Pair Modifier and Type Method Description static <K,V>
SynchronizedPutTreeSortedSetMultimap<K,V>SynchronizedPutTreeSortedSetMultimap. newMultimap(Pair<K,V>... pairs)
static <K,V>
TreeSortedSetMultimap<K,V>TreeSortedSetMultimap. newMultimap(Pair<K,V>... pairs)
Method parameters in org.eclipse.collections.impl.multimap.set.sorted with type arguments of type Pair Modifier and Type Method Description <K2,V2>
ImmutableBagMultimap<K2,V2>ImmutableSortedSetMultimapImpl. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
HashBagMultimap<K2,V2>SynchronizedPutTreeSortedSetMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
MutableBagMultimap<K2,V2>SynchronizedSortedSetMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
<K2,V2>
HashBagMultimap<K2,V2>TreeSortedSetMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
static <K,V>
SynchronizedPutTreeSortedSetMultimap<K,V>SynchronizedPutTreeSortedSetMultimap. newMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
static <K,V>
TreeSortedSetMultimap<K,V>TreeSortedSetMultimap. newMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
Constructors in org.eclipse.collections.impl.multimap.set.sorted with parameters of type Pair Constructor Description SynchronizedPutTreeSortedSetMultimap(Pair<K,V>... pairs)
TreeSortedSetMultimap(Pair<K,V>... pairs)
Constructor parameters in org.eclipse.collections.impl.multimap.set.sorted with type arguments of type Pair Constructor Description SynchronizedPutTreeSortedSetMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
TreeSortedSetMultimap(java.lang.Iterable<Pair<K,V>> inputIterable)
-
Uses of Pair in org.eclipse.collections.impl.multimap.set.strategy
Methods in org.eclipse.collections.impl.multimap.set.strategy with parameters of type Pair Modifier and Type Method Description static <K,V>
UnifiedSetWithHashingStrategyMultimap<K,V>UnifiedSetWithHashingStrategyMultimap. newMultimap(HashingStrategy<? super V> hashingStrategy, Pair<K,V>... pairs)
Method parameters in org.eclipse.collections.impl.multimap.set.strategy with type arguments of type Pair Modifier and Type Method Description static <K,V>
UnifiedSetWithHashingStrategyMultimap<K,V>UnifiedSetWithHashingStrategyMultimap. newMultimap(HashingStrategy<? super V> hashingStrategy, java.lang.Iterable<Pair<K,V>> inputIterable)
Constructors in org.eclipse.collections.impl.multimap.set.strategy with parameters of type Pair Constructor Description UnifiedSetWithHashingStrategyMultimap(HashingStrategy<? super V> hashingStrategy, Pair<K,V>... pairs)
Constructor parameters in org.eclipse.collections.impl.multimap.set.strategy with type arguments of type Pair Constructor Description UnifiedSetWithHashingStrategyMultimap(HashingStrategy<? super V> hashingStrategy, java.lang.Iterable<Pair<K,V>> inputIterable)
-
Uses of Pair in org.eclipse.collections.impl.parallel
Methods in org.eclipse.collections.impl.parallel with parameters of type Pair Modifier and Type Method Description void
ParallelMapIterate.PairProcedure. value(Pair<T1,T2> pair)
-
Uses of Pair in org.eclipse.collections.impl.set
Methods in org.eclipse.collections.impl.set that return types with arguments of type Pair Modifier and Type Method Description <B> LazyIterable<Pair<T,B>>
AbstractUnifiedSet. cartesianProduct(SetIterable<B> set)
<S> MutableSet<Pair<T,S>>
AbstractUnifiedSet. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.MutableSet<Pair<T,java.lang.Integer>>
AbstractUnifiedSet. zipWithIndex()
Deprecated.in 6.0. -
Uses of Pair in org.eclipse.collections.impl.set.fixed
Methods in org.eclipse.collections.impl.set.fixed with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
REmptySet. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
REmptySet. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.set.fixed that return types with arguments of type Pair Modifier and Type Method Description <S> MutableSet<Pair<T,S>>
EmptySet. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.MutableSet<Pair<T,java.lang.Integer>>
EmptySet. zipWithIndex()
Deprecated.in 6.0. -
Uses of Pair in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RImmutableEmptySet. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RImmutableEmptySet. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.set.immutable that return types with arguments of type Pair Modifier and Type Method Description <B> LazyIterable<Pair<T,B>>
AbstractImmutableSet. cartesianProduct(SetIterable<B> set)
<S> ImmutableSet<Pair<T,S>>
AbstractImmutableSet. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> ImmutableSet<Pair<T,S>>
ImmutableEmptySet. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.ImmutableSet<Pair<T,java.lang.Integer>>
AbstractImmutableSet. zipWithIndex()
Deprecated.in 6.0.ImmutableSet<Pair<T,java.lang.Integer>>
ImmutableEmptySet. zipWithIndex()
Deprecated.in 6.0. -
Uses of Pair in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RUnmodifiableMutableSet. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RUnmodifiableMutableSet. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.set.mutable that return types with arguments of type Pair Modifier and Type Method Description <B> LazyIterable<Pair<T,B>>
AbstractMutableSet. cartesianProduct(SetIterable<B> set)
<B> LazyIterable<Pair<T,B>>
MultiReaderUnifiedSet. cartesianProduct(SetIterable<B> set)
<B> LazyIterable<Pair<T,B>>
MultiReaderUnifiedSet.UntouchableMutableSet. cartesianProduct(SetIterable<B> set)
<B> LazyIterable<Pair<T,B>>
SetAdapter. cartesianProduct(SetIterable<B> set)
<B> LazyIterable<Pair<T,B>>
SynchronizedMutableSet. cartesianProduct(SetIterable<B> set)
<B> LazyIterable<Pair<T,B>>
UnmodifiableMutableSet. cartesianProduct(SetIterable<B> set)
<S> MutableSet<Pair<T,S>>
AbstractMutableSet. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableSet<Pair<T,S>>
MultiReaderUnifiedSet.UntouchableMutableSet. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableSet<Pair<T,S>>
MultiReaderUnifiedSet. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableSet<Pair<T,S>>
SetAdapter. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableSet<Pair<T,S>>
SynchronizedMutableSet. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.<S> MutableSet<Pair<T,S>>
UnmodifiableMutableSet. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.MutableSet<Pair<T,java.lang.Integer>>
AbstractMutableSet. zipWithIndex()
Deprecated.in 6.0.MutableSet<Pair<T,java.lang.Integer>>
MultiReaderUnifiedSet.UntouchableMutableSet. zipWithIndex()
Deprecated.in 6.0.MutableSet<Pair<T,java.lang.Integer>>
MultiReaderUnifiedSet. zipWithIndex()
Deprecated.in 6.0.MutableSet<Pair<T,java.lang.Integer>>
SetAdapter. zipWithIndex()
Deprecated.in 6.0.MutableSet<Pair<T,java.lang.Integer>>
SynchronizedMutableSet. zipWithIndex()
Deprecated.in 6.0.MutableSet<Pair<T,java.lang.Integer>>
UnmodifiableMutableSet. zipWithIndex()
Deprecated.in 6.0. -
Uses of Pair in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RImmutableEmptySortedSet. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RImmutableEmptySortedSet. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.set.sorted.immutable that return types with arguments of type Pair Modifier and Type Method Description <B> LazyIterable<Pair<T,B>>
AbstractImmutableSortedSet. cartesianProduct(SetIterable<B> set)
<S> ImmutableList<Pair<T,S>>
AbstractImmutableSortedSet. zip(java.lang.Iterable<S> that)
ImmutableSortedSet<Pair<T,java.lang.Integer>>
AbstractImmutableSortedSet. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RUnmodifiableSortedSet. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RUnmodifiableSortedSet. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.set.sorted.mutable that return types with arguments of type Pair Modifier and Type Method Description <B> LazyIterable<Pair<T,B>>
SortedSetAdapter. cartesianProduct(SetIterable<B> set)
<B> LazyIterable<Pair<T,B>>
SynchronizedSortedSet. cartesianProduct(SetIterable<B> set)
<B> LazyIterable<Pair<T,B>>
TreeSortedSet. cartesianProduct(SetIterable<B> set)
<B> LazyIterable<Pair<T,B>>
UnmodifiableSortedSet. cartesianProduct(SetIterable<B> set)
<S> MutableList<Pair<T,S>>
SortedSetAdapter. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
SynchronizedSortedSet. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
TreeSortedSet. zip(java.lang.Iterable<S> that)
<S> MutableList<Pair<T,S>>
UnmodifiableSortedSet. zip(java.lang.Iterable<S> that)
MutableSortedSet<Pair<T,java.lang.Integer>>
SortedSetAdapter. zipWithIndex()
MutableSortedSet<Pair<T,java.lang.Integer>>
SynchronizedSortedSet. zipWithIndex()
TreeSortedSet<Pair<T,java.lang.Integer>>
TreeSortedSet. zipWithIndex()
MutableSortedSet<Pair<T,java.lang.Integer>>
UnmodifiableSortedSet. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.impl.set.strategy.immutable
Methods in org.eclipse.collections.impl.set.strategy.immutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RImmutableEmptySetWithHashingStrategy. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RImmutableEmptySetWithHashingStrategy. zipWithIndex(R target)
-
Uses of Pair in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RImmutableArrayStack. zip(java.lang.Iterable<S> that, R target)
Deprecated.<S,R extends java.util.Collection<Pair<T,S>>>
RImmutableEmptyStack. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RImmutableArrayStack. zipWithIndex(R target)
Deprecated.<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RImmutableEmptyStack. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.stack.immutable that return Pair Modifier and Type Method Description Pair<T,ImmutableStack<T>>
ImmutableArrayStack. peekAndPop()
Deprecated.Pair<ListIterable<T>,ImmutableStack<T>>
ImmutableArrayStack. peekAndPop(int count)
Deprecated.Pair<T,ImmutableStack<T>>
ImmutableEmptyStack. peekAndPop()
Pair<ListIterable<T>,ImmutableStack<T>>
ImmutableEmptyStack. peekAndPop(int count)
Pair<T,ImmutableStack<T>>
ImmutableNotEmptyStack. peekAndPop()
Pair<ListIterable<T>,ImmutableStack<T>>
ImmutableNotEmptyStack. peekAndPop(int count)
Methods in org.eclipse.collections.impl.stack.immutable that return types with arguments of type Pair Modifier and Type Method Description <S> ImmutableStack<Pair<T,S>>
ImmutableArrayStack. zip(java.lang.Iterable<S> that)
Deprecated.<S> ImmutableStack<Pair<T,S>>
ImmutableEmptyStack. zip(java.lang.Iterable<S> that)
<S> ImmutableStack<Pair<T,S>>
ImmutableNotEmptyStack. zip(java.lang.Iterable<S> that)
ImmutableStack<Pair<T,java.lang.Integer>>
ImmutableArrayStack. zipWithIndex()
Deprecated.ImmutableStack<Pair<T,java.lang.Integer>>
ImmutableEmptyStack. zipWithIndex()
ImmutableStack<Pair<T,java.lang.Integer>>
ImmutableNotEmptyStack. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with type parameters of type Pair Modifier and Type Method Description <S,R extends java.util.Collection<Pair<T,S>>>
RArrayStack. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<T,S>>>
RSynchronizedStack. zip(java.lang.Iterable<S> that, R target)
<S,R extends java.util.Collection<Pair<T,S>>>
RUnmodifiableStack. zip(java.lang.Iterable<S> that, R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RArrayStack. zipWithIndex(R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RSynchronizedStack. zipWithIndex(R target)
<R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RUnmodifiableStack. zipWithIndex(R target)
Methods in org.eclipse.collections.impl.stack.mutable that return types with arguments of type Pair Modifier and Type Method Description <S> ArrayStack<Pair<T,S>>
ArrayStack. zip(java.lang.Iterable<S> that)
<S> MutableStack<Pair<T,S>>
SynchronizedStack. zip(java.lang.Iterable<S> that)
<S> MutableStack<Pair<T,S>>
UnmodifiableStack. zip(java.lang.Iterable<S> that)
ArrayStack<Pair<T,java.lang.Integer>>
ArrayStack. zipWithIndex()
MutableStack<Pair<T,java.lang.Integer>>
SynchronizedStack. zipWithIndex()
MutableStack<Pair<T,java.lang.Integer>>
UnmodifiableStack. zipWithIndex()
-
Uses of Pair in org.eclipse.collections.impl.tuple
Classes in org.eclipse.collections.impl.tuple that implement Pair Modifier and Type Class Description (package private) class
PairImpl<T1,T2>
A PairImpl is a container that holds two related objects.(package private) class
TwinImpl<T>
A TwinImpl is a PairImpl that has the same type for both items.Methods in org.eclipse.collections.impl.tuple that return Pair Modifier and Type Method Description static <T1,T2>
Pair<T1,T2>Tuples. pair(T1 one, T2 two)
static <K,V>
Pair<K,V>Tuples. pairFrom(java.util.Map.Entry<K,V> entry)
Pair<K,V>
AbstractImmutableEntry.PairFunction. valueOf(java.util.Map.Entry<K,V> entry)
Methods in org.eclipse.collections.impl.tuple that return types with arguments of type Pair Modifier and Type Method Description static <K,V>
Function<java.util.Map.Entry<K,V>,Pair<K,V>>AbstractImmutableEntry. getPairFunction()
Methods in org.eclipse.collections.impl.tuple with parameters of type Pair Modifier and Type Method Description int
PairImpl. compareTo(Pair<T1,T2> other)
static <T> FixedSizeList<T>
Tuples. pairToFixedSizeList(Pair<T,T> pair)
static <T> ImmutableList<T>
Tuples. pairToImmutableList(Pair<T,T> pair)
static <T> MutableList<T>
Tuples. pairToList(Pair<T,T> pair)
-
Uses of Pair in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with type parameters of type Pair Modifier and Type Method Description static <X,Y,R extends java.util.Collection<Pair<X,Y>>>
RArrayIterate. zip(X[] xs, Y[] ys, R targetCollection)
static <X,Y,R extends java.util.Collection<Pair<X,Y>>>
RArrayListIterate. zip(java.util.ArrayList<X> xs, java.lang.Iterable<Y> ys, R targetCollection)
static <X,Y,R extends java.util.Collection<Pair<X,Y>>>
RIterate. zip(java.lang.Iterable<X> xs, java.lang.Iterable<Y> ys, R targetCollection)
static <X,Y,R extends java.util.Collection<Pair<X,Y>>>
RListIterate. zip(java.util.List<X> list, java.lang.Iterable<Y> iterable, R target)
static <T,R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RArrayIterate. zipWithIndex(T[] array, R targetCollection)
static <T,R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RArrayListIterate. zipWithIndex(java.util.ArrayList<T> list, R targetCollection)
static <T,R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RIterate. zipWithIndex(java.lang.Iterable<T> iterable, R targetCollection)
static <T,R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RListIterate. zipWithIndex(java.util.List<T> list, R target)
Methods in org.eclipse.collections.impl.utility that return Pair Modifier and Type Method Description static <K,V>
Pair<K,V>MapIterate. detect(java.util.Map<K,V> map, Predicate2<? super K,? super V> predicate)
Methods in org.eclipse.collections.impl.utility that return types with arguments of type Pair Modifier and Type Method Description static <A,B>
LazyIterable<Pair<A,B>>LazyIterate. cartesianProduct(java.lang.Iterable<A> iterable1, java.lang.Iterable<B> iterable2)
Create a deferred cartesian product of the two specified iterables.static <K,V>
java.util.Optional<Pair<K,V>>MapIterate. detectOptional(java.util.Map<K,V> map, Predicate2<? super K,? super V> predicate)
static <K,V>
MutableList<Pair<K,V>>MapIterate. toListOfPairs(java.util.Map<K,V> map)
Iterate over the specified map applying the specified Function to each value and return the results as a List.static <X,Y>
MutableList<Pair<X,Y>>ArrayIterate. zip(X[] xs, Y[] ys)
static <X,Y>
MutableList<Pair<X,Y>>ArrayListIterate. zip(java.util.ArrayList<X> xs, java.lang.Iterable<Y> ys)
static <X,Y>
java.util.Collection<Pair<X,Y>>Iterate. zip(java.lang.Iterable<X> xs, java.lang.Iterable<Y> ys)
static <A,B>
LazyIterable<Pair<A,B>>LazyIterate. zip(java.lang.Iterable<A> as, java.lang.Iterable<B> bs)
static <X,Y>
MutableList<Pair<X,Y>>ListIterate. zip(java.util.List<X> list, java.lang.Iterable<Y> iterable)
static <T> MutableList<Pair<T,java.lang.Integer>>
ArrayIterate. zipWithIndex(T... array)
static <T> MutableList<Pair<T,java.lang.Integer>>
ArrayListIterate. zipWithIndex(java.util.ArrayList<T> list)
static <T> java.util.Collection<Pair<T,java.lang.Integer>>
Iterate. zipWithIndex(java.lang.Iterable<T> iterable)
static <T> LazyIterable<Pair<T,java.lang.Integer>>
LazyIterate. zipWithIndex(java.lang.Iterable<T> iterable)
static <T> MutableList<Pair<T,java.lang.Integer>>
ListIterate. zipWithIndex(java.util.List<T> list)
Method parameters in org.eclipse.collections.impl.utility with type arguments of type Pair Modifier and Type Method Description static <K,V,K2,V2>
MutableMap<K2,V2>MapIterate. collect(java.util.Map<K,V> map, Function2<? super K,? super V,Pair<K2,V2>> function)
For each value of the map, the function is evaluated with the key and value as the parameter.static <K1,V1,K2,V2,R extends java.util.Map<K2,V2>>
RMapIterate. collect(java.util.Map<K1,V1> map, Function2<? super K1,? super V1,Pair<K2,V2>> function, R target)
For each value of the map, the function is evaluated with the key and value as the parameter.static <K1,V1,K2,V2>
MutableMap<K2,V2>MapIterate. collectIf(java.util.Map<K1,V1> map, Function2<? super K1,? super V1,Pair<K2,V2>> function, Predicate2<? super K1,? super V1> predicate)
For each value of the map, the Predicate2 is evaluated with the key and value as the parameter, and if true, thenfunction
is applied.static <K1,V1,K2,V2>
MutableMap<K2,V2>MapIterate. collectIf(java.util.Map<K1,V1> map, Function2<? super K1,? super V1,Pair<K2,V2>> function, Predicate2<? super K1,? super V1> predicate, java.util.Map<K2,V2> target)
For each value of the map, the Predicate2 is evaluated with the key and value as the parameter, and if true, thenfunction
is applied. -
Uses of Pair in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with type parameters of type Pair Modifier and Type Method Description static <X,Y,R extends java.util.Collection<Pair<X,Y>>>
RIterableIterate. zip(java.lang.Iterable<X> xs, java.lang.Iterable<Y> ys, R target)
static <X,Y,R extends java.util.Collection<Pair<X,Y>>>
RIteratorIterate. zip(java.util.Iterator<X> xs, java.util.Iterator<Y> ys, R target)
static <X,Y,R extends java.util.Collection<Pair<X,Y>>>
RRandomAccessListIterate. zip(java.util.List<X> list, java.lang.Iterable<Y> iterable, R target)
static <T,R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RIterableIterate. zipWithIndex(java.lang.Iterable<T> iterable, R target)
static <T,R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RIteratorIterate. zipWithIndex(java.util.Iterator<T> iterator, R target)
static <T,R extends java.util.Collection<Pair<T,java.lang.Integer>>>
RRandomAccessListIterate. zipWithIndex(java.util.List<T> list, R target)
Methods in org.eclipse.collections.impl.utility.internal that return types with arguments of type Pair Modifier and Type Method Description static <A,B>
LazyIterable<Pair<A,B>>SetIterables. cartesianProduct(SetIterable<A> set1, SetIterable<B> set2)
static <X,Y>
MutableList<Pair<X,Y>>IterableIterate. zip(java.lang.Iterable<X> xs, java.lang.Iterable<Y> ys)
static <X,Y>
MutableList<Pair<X,Y>>RandomAccessListIterate. zip(java.util.List<X> list, java.lang.Iterable<Y> iterable)
static <T> MutableList<Pair<T,java.lang.Integer>>
IterableIterate. zipWithIndex(java.lang.Iterable<T> iterable)
static <T> MutableList<Pair<T,java.lang.Integer>>
RandomAccessListIterate. zipWithIndex(java.util.List<T> list)
-