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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ExpandableStepIterator(Step<S,?> hostStep)ExpandableStepIterator(Step<S,?> hostStep, TraverserSet<S> traverserSet) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Iterator<Traverser.Admin<S>> iterator)voidadd(Traverser.Admin<S> traverser)voidclear()booleanhasNext()Traverser.Admin<S>next()StringtoString()- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
next
public Traverser.Admin<S> next()
 
- 
add
public void add(Iterator<Traverser.Admin<S>> iterator)
 
- 
add
public void add(Traverser.Admin<S> traverser)
 
- 
clear
public void clear()
 
 - 
 
 -