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