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>
public static class CloseableIterator.EmptyCloseableIterator<T> extends DefaultCloseableIterator<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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> CloseableIterator.EmptyCloseableIterator<T>
instance()
-
Methods inherited from class org.apache.tinkerpop.gremlin.structure.util.DefaultCloseableIterator
close, hasNext, next
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Method Detail
-
instance
public static <T> CloseableIterator.EmptyCloseableIterator<T> instance()
-
-