|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiagonalCartesianIterator | |
|---|---|
| edu.rice.cs.plt.iter | A collection of implementations of Iterable and Iterator. |
| Uses of DiagonalCartesianIterator in edu.rice.cs.plt.iter |
|---|
| Methods in edu.rice.cs.plt.iter that return DiagonalCartesianIterator | ||
|---|---|---|
DiagonalCartesianIterator<T1,T2,R> |
DiagonalCartesianIterable.iterator()
|
|
static
|
DiagonalCartesianIterator.make(Iterator<? extends T1> left,
Iterator<? extends T2> right,
Lambda2<? super T1,? super T2,? extends R> combiner)
Call the constructor (allows the type arguments to be inferred) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||