Class MatchStep.MatchEndStep
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep<S,S>
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep.EndStep<Object>
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchEndStep
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- Iterator<Traverser.Admin<Object>>,- Step<Object,Object>,- GraphComputing,- PopContaining,- Scoping
 
 public static final class MatchStep.MatchEndStep extends ComputerAwareStep.EndStep<Object> implements Scoping - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.PopContainingPopContaining.PopInstruction
 - 
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.ScopingScoping.KeyNotFoundException, Scoping.Variable
 
- 
 - 
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 MatchEndStep(Traversal.Admin traversal, String matchKey)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getMatchKey()Set<String>getScopeKeys()Get the labels that this scoping step will access during the traversalinthashCode()protected Traverser.Admin<Object>processNextStart()StringtoString()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep.EndSteponGraphComputer
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStepaddLabel, addStart, addStarts, clearLabels, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getStarts, getTraversal, hasNext, hasStarts, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal
 - 
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.step.ScopinggetNullableScopeValue, getPopInstructions, getSafeScopeValue, getScopeValue
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.Stepequals, getRequirements
 
- 
 
- 
- 
- 
Constructor Detail- 
MatchEndSteppublic MatchEndStep(Traversal.Admin traversal, String matchKey) 
 
- 
 - 
Method Detail- 
processNextStartprotected Traverser.Admin<Object> processNextStart() throws NoSuchElementException - Overrides:
- processNextStartin class- ComputerAwareStep.EndStep<Object>
- Throws:
- NoSuchElementException
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- ComputerAwareStep.EndStep<Object>
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- AbstractStep<Object,Object>
 
 - 
getScopeKeyspublic Set<String> getScopeKeys() Description copied from interface:ScopingGet the labels that this scoping step will access during the traversal- Specified by:
- getScopeKeysin interface- Scoping
- Returns:
- the accessed labels of the scoping step
 
 
- 
 
-