Package org.umlg.sqlg.step
Class SqlgExpandableStepIterator<S>
java.lang.Object
org.umlg.sqlg.step.SqlgExpandableStepIterator<S>
- All Implemented Interfaces:
Serializable
,Iterator<org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin<S>>
public class SqlgExpandableStepIterator<S>
extends Object
implements Iterator<org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin<S>>, Serializable
- Author:
- Pieter Martin Date: 2017/10/10
- See Also:
-
Constructor Summary
ConstructorDescriptionSqlgExpandableStepIterator
(org.apache.tinkerpop.gremlin.process.traversal.Step<S, ?> hostStep) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
SqlgExpandableStepIterator
public SqlgExpandableStepIterator(org.apache.tinkerpop.gremlin.process.traversal.Step<S, ?> hostStep)
-
-
Method Details