Uses of Class
com.vladsch.flexmark.util.sequence.builder.SegmentedSequenceStats.StatsEntry
Packages that use SegmentedSequenceStats.StatsEntry
-
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.StatsEntryModifier and TypeFieldDescriptionSegmentedSequenceStats.aggregatedStats
SegmentedSequenceStats.stats
SegmentedSequenceStats.stats
Methods in com.vladsch.flexmark.util.sequence.builder that return types with arguments of type SegmentedSequenceStats.StatsEntryModifier and TypeMethodDescription@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.StatsEntryModifier and TypeMethodDescriptionvoid
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.StatsEntryModifier and TypeMethodDescription@NotNull String
SegmentedSequenceStats.getStatsText
(List<SegmentedSequenceStats.StatsEntry> entries)