Class LabelledCounter
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.traverser.util.LabelledCounter
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class LabelledCounter extends Object implements Serializable, Cloneable
Class to track a count associated with a Label- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LabelledCounter()
LabelledCounter(String label, short initialCount)
-