public class CountsData
extends java.lang.Object
Constructor and Description |
---|
CountsData() |
Modifier and Type | Method and Description |
---|---|
ClassCounts |
getSegmentCounts(Segment segment) |
void |
incEndingInSegment(Segment segment,
java.lang.Integer classId) |
void |
incPendingInSegment(Segment segment,
java.lang.Integer classId) |
void |
incStartingInSegment(Segment segment,
java.lang.Integer classId) |
java.lang.String |
toString() |
public ClassCounts getSegmentCounts(Segment segment)
public void incStartingInSegment(Segment segment, java.lang.Integer classId)
public void incEndingInSegment(Segment segment, java.lang.Integer classId)
public void incPendingInSegment(Segment segment, java.lang.Integer classId)
public java.lang.String toString()
toString
in class java.lang.Object