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 classDefaultCloseableIterator<T>A default implementation ofCloseableIteratorthat 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 existingIteratorin 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 classTinkerGraphIterator<E>Wrapper on top of Iterator representing a closable resource to the underlying storage.
-