Class RepeatStep.RepeatEndStep<S>
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep<S,E>
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep<S,S>
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep.RepeatEndStep<S>
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- Iterator<Traverser.Admin<S>>,- Step<S,S>,- GraphComputing
 - Enclosing class:
- RepeatStep<S>
 
 public static class RepeatStep.RepeatEndStep<S> extends ComputerAwareStep<S,S> - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStepComputerAwareStep.EndStep<S>
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStepid, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild
 
- 
 - 
Constructor SummaryConstructors Constructor Description RepeatEndStep(Traversal.Admin traversal)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Iterator<Traverser.Admin<S>>computerAlgorithm()protected Iterator<Traverser.Admin<S>>standardAlgorithm()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStepclone, onGraphComputer, processNextStart, reset
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStepaddLabel, addStart, addStarts, equals, getId, getLabels, getNextStep, getPreviousStep, getStarts, getTraversal, hashCode, hasNext, hasStarts, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, setId, setNextStep, setPreviousStep, setTraversal, toString
 - 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.GraphComputingatMaster
 - 
Methods inherited from interface java.util.IteratorforEachRemaining, remove
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.Stepequals, getRequirements
 
- 
 
- 
- 
- 
Constructor Detail- 
RepeatEndSteppublic RepeatEndStep(Traversal.Admin traversal) 
 
- 
 - 
Method Detail- 
standardAlgorithmprotected Iterator<Traverser.Admin<S>> standardAlgorithm() throws NoSuchElementException - Specified by:
- standardAlgorithmin class- ComputerAwareStep<S,S>
- Throws:
- NoSuchElementException
 
 - 
computerAlgorithmprotected Iterator<Traverser.Admin<S>> computerAlgorithm() throws NoSuchElementException - Specified by:
- computerAlgorithmin class- ComputerAwareStep<S,S>
- Throws:
- NoSuchElementException
 
 
- 
 
-