Class SegmentedSequenceStats
- java.lang.Object
-
- com.vladsch.flexmark.util.sequence.builder.SegmentedSequenceStats
-
public class SegmentedSequenceStats extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSegmentedSequenceStats.StatsEntry
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStats(int segments, int length, int overhead)voidclear()@NotNull List<SegmentedSequenceStats.StatsEntry>getAggregatedStats()@NotNull StringgetAggregatedStatsText()intgetCount(int segments)static @NotNull SegmentedSequenceStatsgetInstance()@NotNull List<SegmentedSequenceStats.StatsEntry>getStats()@NotNull StringgetStatsText()@NotNull StringgetStatsText(List<SegmentedSequenceStats.StatsEntry> entries)
-
-
-
Method Detail
-
addStats
public void addStats(int segments, int length, int overhead)
-
getCount
public int getCount(int segments)
-
getStatsText
@NotNull public @NotNull String getStatsText(List<SegmentedSequenceStats.StatsEntry> entries)
-
getAggregatedStatsText
@NotNull public @NotNull String getAggregatedStatsText()
-
getAggregatedStats
@NotNull public @NotNull List<SegmentedSequenceStats.StatsEntry> getAggregatedStats()
-
getStatsText
@NotNull public @NotNull String getStatsText()
-
clear
public void clear()
-
getStats
@NotNull public @NotNull List<SegmentedSequenceStats.StatsEntry> getStats()
-
getInstance
@NotNull public static @NotNull SegmentedSequenceStats getInstance()
-
-