public class AutoCloseMorphiaIterator<T> extends Object implements Iterator<T>, Iterable<T>, AutoCloseable
| Constructor and Description |
|---|
AutoCloseMorphiaIterator(org.mongodb.morphia.query.MorphiaIterator<T,T> morphiaIterator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize() |
boolean |
hasNext() |
Iterator<T> |
iterator() |
T |
next() |
void |
remove() |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic void close()
close in interface AutoCloseableCopyright © 2017. All rights reserved.