public class CloseableGrouperIterator<KeyType,T> extends Object implements CloseableIterator<T>
| Constructor and Description | 
|---|
CloseableGrouperIterator(Grouper<KeyType> grouper,
                        boolean sorted,
                        Function<Grouper.Entry<KeyType>,T> transformer,
                        Closeable closeable)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
boolean | 
hasNext()  | 
T | 
next()  | 
void | 
remove()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2011–2018. All rights reserved.