Uses of Class
net.ericaro.neoitertools.Pair

Packages that use Pair
net.ericaro.neoitertools   
net.ericaro.neoitertools.generators   
 

Uses of Pair in net.ericaro.neoitertools
 

Methods in net.ericaro.neoitertools that return types with arguments of type Pair
static
<T,K> Generator<Pair<K,Generator<T>>>
Itertools.groupby(Generator<T> generator, Lambda<T,K> key)
           Make an generator that returns consecutive keys and groups from the source generator.
static
<T1,T2> Generator<Pair<T1,T2>>
Itertools.zip(Generator<T1> generator1, Generator<T2> generator2)
           This function returns an Generator of Pairs, where the i-th pair contains the i-th element from each of the argument generators.
 

Uses of Pair in net.ericaro.neoitertools.generators
 

Methods in net.ericaro.neoitertools.generators that return Pair
 Pair<K,Generator<T>> GroupByGenerator.next()
           
 Pair<T1,T2> ZipPairGenerator.next()
           
 



Copyright © 2011. All Rights Reserved.