| 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, waitforEachRemainingpublic static <InType> CombiningIterator<InType> create(Iterator<InType> it, Comparator<InType> comparator, BinaryFn<InType,InType,InType> fn)
Copyright © 2011–2018. All rights reserved.