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:
- Closeable,- 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.CloseableIteratorCloseableIterator.EmptyCloseableIterator<T>
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.structure.util.DefaultCloseableIteratoriterator
 
- 
 - 
Method SummaryAll 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.DefaultCloseableIteratorclose, hasNext, next
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining, remove
 
- 
 
- 
- 
- 
Method Detail- 
instancepublic static <T> CloseableIterator.EmptyCloseableIterator<T> instance() 
 
- 
 
-