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
Classes in com.vladsch.flexmark.util.sequence.builder that implement interfaces with type arguments of type SegmentedSequenceStats.StatsEntryFields in com.vladsch.flexmark.util.sequence.builder with type parameters of type SegmentedSequenceStats.StatsEntryModifier and TypeFieldDescriptionSegmentedSequenceStats.aggregatedStatsSegmentedSequenceStats.statsSegmentedSequenceStats.statsMethods 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 TypeMethodDescriptionvoidSegmentedSequenceStats.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.StatsEntryModifier and TypeMethodDescription@NotNull StringSegmentedSequenceStats.getStatsText(List<SegmentedSequenceStats.StatsEntry> entries)