Constructor and Description |
---|
CombiningIterator(Iterator<InType> it,
Comparator<InType> comparator,
com.metamx.common.guava.nary.BinaryFn<InType,InType,InType> fn) |
Modifier and Type | Method and Description |
---|---|
static <InType> CombiningIterator<InType> |
create(Iterator<InType> it,
Comparator<InType> comparator,
com.metamx.common.guava.nary.BinaryFn<InType,InType,InType> fn) |
boolean |
hasNext() |
InType |
next() |
void |
remove() |
public static <InType> CombiningIterator<InType> create(Iterator<InType> it, Comparator<InType> comparator, com.metamx.common.guava.nary.BinaryFn<InType,InType,InType> fn)
Copyright © 2011–2015. All rights reserved.