public class NullFilteringResultIterator extends NullFilteringIterator<Object> implements ResultIterator
Constructor and Description |
---|
NullFilteringResultIterator(ResultIterator delegate) |
Modifier and Type | Method and Description |
---|---|
void |
close()
This method must be called on your iterator once you have finished so that any local
or remote resources can be freed up.
|
hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, hasNext, next, remove
public NullFilteringResultIterator(ResultIterator delegate)
public void close()
ResultIterator
close
in interface Closeable
close
in interface AutoCloseable
close
in interface ResultIterator
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.