public abstract class AbstractMultipleIterator<T> extends AbstractIterator<T>
| Constructor and Description |
|---|
AbstractMultipleIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
doClose() |
protected T |
getNext() |
abstract AbstractIterator<T> |
getNextIterator()
Get the next iterator, if no iterators are available throw
NoSuchElementException. |
close, doInit, finalize, hasNext, init, iterator, next, remove, setLoadNextclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeak@PreDestroy public void doClose()
doClose in class AbstractIterator<T>protected T getNext() throws NoSuchElementException
getNext in class AbstractIterator<T>NoSuchElementExceptionpublic abstract AbstractIterator<T> getNextIterator() throws NoSuchElementException
NoSuchElementException. Don't not return null.NoSuchElementExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.