public class FilterIterator<T> extends AbstractIterator<T>
| Constructor and Description |
|---|
FilterIterator(Filter<T> filter,
Iterator<T> iterator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClose() |
protected Filter<T> |
getFilter() |
protected Iterator<T> |
getIterator() |
protected T |
getNext() |
close, doInit, finalize, hasNext, init, iterator, next, remove, setLoadNextclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakprotected void doClose()
doClose in class AbstractIterator<T>protected T getNext() throws NoSuchElementException
getNext in class AbstractIterator<T>NoSuchElementExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.