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
Fields in com.vladsch.flexmark.util.sequence.builder with type parameters of type SegmentedSequenceStats.StatsEntry Modifier and Type Field Description private java.util.ArrayList<SegmentedSequenceStats.StatsEntry>
SegmentedSequenceStats. aggregatedStats
private java.util.HashMap<SegmentedSequenceStats.StatsEntry,SegmentedSequenceStats.StatsEntry>
SegmentedSequenceStats. stats
private java.util.HashMap<SegmentedSequenceStats.StatsEntry,SegmentedSequenceStats.StatsEntry>
SegmentedSequenceStats. stats
Methods in com.vladsch.flexmark.util.sequence.builder that return types with arguments of type SegmentedSequenceStats.StatsEntry Modifier and Type Method Description @NotNull java.util.List<SegmentedSequenceStats.StatsEntry>
SegmentedSequenceStats. getAggregatedStats()
@NotNull java.util.List<SegmentedSequenceStats.StatsEntry>
SegmentedSequenceStats. getStats()
Methods in com.vladsch.flexmark.util.sequence.builder with parameters of type SegmentedSequenceStats.StatsEntry Modifier and Type Method Description void
SegmentedSequenceStats.StatsEntry. add(@NotNull SegmentedSequenceStats.StatsEntry other)
int
SegmentedSequenceStats.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 java.lang.String
SegmentedSequenceStats. getStatsText(java.util.List<SegmentedSequenceStats.StatsEntry> entries)
-