Constructor and Description |
---|
TrinaryTransformIterator(Iterator<Type1> iterator1,
Iterator<Type2> iterator2,
Iterator<Type3> iterator3,
TrinaryFn<Type1,Type2,Type3,RetType> trinaryFn) |
Modifier and Type | Method and Description |
---|---|
static <Type1,Type2,Type3,RetType> |
create(Iterator<Type1> iterator1,
Iterator<Type2> iterator2,
Iterator<Type3> iterator3,
TrinaryFn<Type1,Type2,Type3,RetType> fn) |
boolean |
hasNext() |
RetType |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public static <Type1,Type2,Type3,RetType> TrinaryTransformIterator<Type1,Type2,Type3,RetType> create(Iterator<Type1> iterator1, Iterator<Type2> iterator2, Iterator<Type3> iterator3, TrinaryFn<Type1,Type2,Type3,RetType> fn)
Copyright © 2011–2017. All rights reserved.