Constructor and Description |
---|
CombiningIterator(Iterator<InType> it,
Comparator<InType> comparator,
BinaryFn<InType,InType,InType> fn) |
Modifier and Type | Method and Description |
---|---|
static <InType> CombiningIterator<InType> |
create(Iterator<InType> it,
Comparator<InType> comparator,
BinaryFn<InType,InType,InType> fn) |
boolean |
hasNext() |
InType |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public static <InType> CombiningIterator<InType> create(Iterator<InType> it, Comparator<InType> comparator, BinaryFn<InType,InType,InType> fn)
Copyright © 2011–2017. All rights reserved.