Uses of Class
com.vladsch.flexmark.util.sequence.builder.SegmentStats
-
Packages that use SegmentStats Package Description com.vladsch.flexmark.util.sequence.builder -
-
Uses of SegmentStats in com.vladsch.flexmark.util.sequence.builder
Fields in com.vladsch.flexmark.util.sequence.builder declared as SegmentStats Modifier and Type Field Description protected SegmentStats
SegmentBuilderBase. stats
protected SegmentStats
SegmentBuilderBase. textStats
Methods in com.vladsch.flexmark.util.sequence.builder that return SegmentStats Modifier and Type Method Description SegmentStats
SegmentStats. committedCopy()
SegmentStats
SegmentBuilderBase. getStats()
Methods in com.vladsch.flexmark.util.sequence.builder with parameters of type SegmentStats Modifier and Type Method Description void
SegmentStats. add(SegmentStats other)
void
SegmentStats. remove(SegmentStats other)
-