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