|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
Itertools.groupby(Generator<T> generator,
Lambda<T,K> key)
Make an generator that returns consecutive keys and groups from the source generator. |
|
static
|
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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||