Uses of Interface
org.apache.tinkerpop.gremlin.structure.util.CloseableIterator
-
Packages that use CloseableIterator Package Description org.apache.tinkerpop.gremlin.structure.util org.apache.tinkerpop.gremlin.tinkergraph.structure -
-
Uses of CloseableIterator in org.apache.tinkerpop.gremlin.structure.util
Classes in org.apache.tinkerpop.gremlin.structure.util that implement CloseableIterator Modifier and Type Class Description class
DefaultCloseableIterator<T>
A default implementation ofCloseableIterator
that simply wraps an existingIterator
.Methods in org.apache.tinkerpop.gremlin.structure.util that return CloseableIterator Modifier and Type Method Description static <T> CloseableIterator<T>
CloseableIterator. asCloseable(Iterator<T> iterator)
Wraps an existingIterator
in aCloseableIterator
. -
Uses of CloseableIterator in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement CloseableIterator Modifier and Type Class Description class
TinkerGraphIterator<E>
Wrapper on top of Iterator representing a closable resource to the underlying storage.
-