public class NullFilteringIterator<E> extends Object implements Iterator<E>
| Constructor and Description |
|---|
NullFilteringIterator(Iterator<E> delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2016 JBoss, a division of Red Hat. All rights reserved.