public class OrientElementIterable<T extends com.tinkerpop.blueprints.Element> extends Object implements com.tinkerpop.blueprints.CloseableIterable<T>
Modifier and Type | Field and Description |
---|---|
protected OrientBaseGraph |
graph |
Constructor and Description |
---|
OrientElementIterable(OrientBaseGraph graph,
Iterable<?> iterable) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected final OrientBaseGraph graph
public OrientElementIterable(OrientBaseGraph graph, Iterable<?> iterable)
Copyright © 2009–2020 OrientDB. All rights reserved.