| Constructor and Description | 
|---|
BinaryTransformIterator(Iterator<Type1> lhsIter,
                       Iterator<Type2> rhsIter,
                       BinaryFn<Type1,Type2,RetType> binaryFn)  | 
| Modifier and Type | Method and Description | 
|---|---|
static <Type1,Type2,RetType> | 
create(Iterator<Type1> lhs,
      Iterator<Type2> rhs,
      BinaryFn<Type1,Type2,RetType> fn)  | 
boolean | 
hasNext()  | 
RetType | 
next()  | 
void | 
remove()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic static <Type1,Type2,RetType> BinaryTransformIterator<Type1,Type2,RetType> create(Iterator<Type1> lhs, Iterator<Type2> rhs, BinaryFn<Type1,Type2,RetType> fn)
Copyright © 2011–2017. All rights reserved.