public abstract class MapStep<S,E> extends AbstractStep<S,E>
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild
Constructor and Description |
---|
MapStep(Traversal.Admin traversal) |
Modifier and Type | Method and Description |
---|---|
protected abstract E |
map(Traverser.Admin<S> traverser) |
protected Traverser.Admin<E> |
processNextStart() |
addLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hashCode, hasNext, next, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getRequirements
forEachRemaining, remove
public MapStep(Traversal.Admin traversal)
protected Traverser.Admin<E> processNextStart()
processNextStart
in class AbstractStep<S,E>
protected abstract E map(Traverser.Admin<S> traverser)
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.