Class ComputerAwareStep.EndStep<S>

java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep<S,S>
org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep.EndStep<S>
All Implemented Interfaces:
Serializable, Cloneable, Iterator<Traverser.Admin<S>>, Step<S,S>, GraphComputing
Direct Known Subclasses:
MatchStep.MatchEndStep
Enclosing class:
ComputerAwareStep<S,E>

public static class ComputerAwareStep.EndStep<S> extends AbstractStep<S,S> implements GraphComputing
See Also: