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 SummaryConstructors Constructor Description ExpandableStepIterator(Step<S,?> hostStep)ExpandableStepIterator(Step<S,?> hostStep, TraverserSet<S> traverserSet)
 - 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining, remove
 
- 
 
- 
- 
- 
Method Detail- 
nextpublic Traverser.Admin<S> next() 
 - 
addpublic void add(Iterator<Traverser.Admin<S>> iterator) 
 - 
addpublic void add(Traverser.Admin<S> traverser) 
 - 
clearpublic void clear() 
 
- 
 
-