public final class LoopTraversal<S> extends AbstractLambdaTraversal<S,S>
Traversal.Admin<S,E>, Traversal.Exceptions, Traversal.Symbols
bypassTraversal
Constructor and Description |
---|
LoopTraversal(long maxLoops) |
Modifier and Type | Method and Description |
---|---|
void |
addStart(Traverser.Admin<S> start)
Add a single
Traverser.Admin object to the head of the traversal. |
boolean |
equals(Object other) |
long |
getMaxLoops() |
int |
hashCode() |
boolean |
hasNext() |
String |
toString() |
addStep, applyStrategies, clone, getBypassTraversal, getBytecode, getGraph, getParent, getSideEffects, getSteps, getStrategies, getTraverserGenerator, getTraverserRequirements, isLocked, isRoot, next, nextTraverser, removeStep, reset, setBypassTraversal, setGraph, setParent, setSideEffects, setStrategies
finalize, getClass, notify, notifyAll, wait, wait, wait
addStarts, addStep, equals, getEndStep, getStartStep, getTraversalSource, getTraverserSetSupplier, removeStep
public long getMaxLoops()
public boolean hasNext()
public void addStart(Traverser.Admin<S> start)
Traversal.Admin
Traverser.Admin
object to the head of the traversal. Users should typically not need
to call this method. For dynamic inject of data, they should use InjectStep
.addStart
in interface Traversal.Admin<S,S>
addStart
in class AbstractLambdaTraversal<S,S>
start
- a traverser to add to the traversalpublic int hashCode()
hashCode
in class AbstractLambdaTraversal<S,S>
public boolean equals(Object other)
equals
in class AbstractLambdaTraversal<S,S>
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.