Class TinkerCountGlobalStep<S extends Element>
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep<S,Long>
- 
- org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.map.TinkerCountGlobalStep<S>
 
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- Iterator<Traverser.Admin<Long>>,- Step<S,Long>
 
 public final class TinkerCountGlobalStep<S extends Element> extends AbstractStep<S,Long> - Author:
- Marko A. Rodriguez (http://markorodriguez.com)
- See Also:
- Serialized Form
 
- 
- 
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 TinkerCountGlobalStep(Traversal.Admin traversal, Class<S> elementClass)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description inthashCode()protected Traverser.Admin<Long>processNextStart()voidreset()Reset the state of the step such that it has no incoming starts.StringtoString()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStepaddLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getStarts, getTraversal, hasNext, hasStarts, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, setId, setNextStep, setPreviousStep, setTraversal
 - 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining, remove
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.Stepequals, getRequirements
 
- 
 
- 
- 
- 
Constructor Detail- 
TinkerCountGlobalSteppublic TinkerCountGlobalStep(Traversal.Admin traversal, Class<S> elementClass) 
 
- 
 - 
Method Detail- 
processNextStartprotected Traverser.Admin<Long> processNextStart() throws NoSuchElementException - Specified by:
- processNextStartin class- AbstractStep<S extends Element,Long>
- Throws:
- NoSuchElementException
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- AbstractStep<S extends Element,Long>
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- AbstractStep<S extends Element,Long>
 
 - 
resetpublic void reset() Description copied from interface:StepReset the state of the step such that it has no incoming starts. Internal states are to be reset, but any sideEffect data structures are not to be recreated.
 
- 
 
-