Class CloseableIterator.EmptyCloseableIterator<T>
java.lang.Object
org.apache.tinkerpop.gremlin.structure.util.DefaultCloseableIterator<T>
org.apache.tinkerpop.gremlin.structure.util.CloseableIterator.EmptyCloseableIterator<T>
- All Implemented Interfaces:
AutoCloseable,Iterator<T>,CloseableIterator<T>
- Enclosing interface:
- CloseableIterator<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.util.CloseableIterator
CloseableIterator.EmptyCloseableIterator<T> -
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.structure.util.DefaultCloseableIterator
iterator -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> CloseableIterator.EmptyCloseableIterator<T>instance()Methods inherited from class org.apache.tinkerpop.gremlin.structure.util.DefaultCloseableIterator
close, hasNext, nextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Method Details
-
instance
-