public abstract class AbstractDelegatingExportingIterator<T,E> extends Object implements ExportingIterator<T>
Iterator functionality to a provided
"ordinary" iterator while leaving the exporting functionality to the subclasses.| Constructor and Description |
|---|
AbstractDelegatingExportingIterator(Iterator<E> wrapped) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
convert(E object) |
protected T |
getCurrent() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexport, getNotesprotected T getCurrent()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.