public class EmptyIterator<T> extends AbstractIterator<T>
| Constructor and Description |
|---|
EmptyIterator() |
| Modifier and Type | Method and Description |
|---|---|
static <V> EmptyIterator<V> |
create() |
protected T |
getNext() |
close, doClose, doInit, finalize, hasNext, init, iterator, next, remove, setLoadNextclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakpublic static <V> EmptyIterator<V> create()
protected T getNext() throws NoSuchElementException
getNext in class AbstractIterator<T>NoSuchElementExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.