public class NullFilteringIterator<E> extends Object implements Iterator<E>
NullFilteringIterator(Iterator<E> delegate)
boolean
hasNext()
E
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NullFilteringIterator(Iterator<E> delegate)
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.