Class ExpandableStepIterator<S>
java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator<S>
- All Implemented Interfaces:
Serializable,Iterator<Traverser.Admin<S>>
public final class ExpandableStepIterator<S>
extends Object
implements Iterator<Traverser.Admin<S>>, Serializable
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpandableStepIterator(Step<S, ?> hostStep) ExpandableStepIterator(Step<S, ?> hostStep, TraverserSet<S> traverserSet) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove