Uses of Class
com.vladsch.flexmark.util.sequence.builder.SegmentedSequenceStats.StatsEntry
-
Packages that use SegmentedSequenceStats.StatsEntry Package Description com.vladsch.flexmark.util.sequence.builder -
-
Uses of SegmentedSequenceStats.StatsEntry in com.vladsch.flexmark.util.sequence.builder
Methods in com.vladsch.flexmark.util.sequence.builder that return types with arguments of type SegmentedSequenceStats.StatsEntry Modifier and Type Method Description @NotNull List<SegmentedSequenceStats.StatsEntry>SegmentedSequenceStats. getAggregatedStats()@NotNull List<SegmentedSequenceStats.StatsEntry>SegmentedSequenceStats. getStats()Methods in com.vladsch.flexmark.util.sequence.builder with parameters of type SegmentedSequenceStats.StatsEntry Modifier and Type Method Description voidSegmentedSequenceStats.StatsEntry. add(@NotNull SegmentedSequenceStats.StatsEntry other)intSegmentedSequenceStats.StatsEntry. compareTo(SegmentedSequenceStats.StatsEntry o)Method parameters in com.vladsch.flexmark.util.sequence.builder with type arguments of type SegmentedSequenceStats.StatsEntry Modifier and Type Method Description @NotNull StringSegmentedSequenceStats. getStatsText(List<SegmentedSequenceStats.StatsEntry> entries)
-