Class SegmentedSequenceStats.StatsEntry
- java.lang.Object
-
- com.vladsch.flexmark.util.sequence.builder.SegmentedSequenceStats.StatsEntry
-
- All Implemented Interfaces:
Comparable<SegmentedSequenceStats.StatsEntry>
- Enclosing class:
- SegmentedSequenceStats
public static class SegmentedSequenceStats.StatsEntry extends Object implements Comparable<SegmentedSequenceStats.StatsEntry>
-
-
Constructor Summary
Constructors Constructor Description StatsEntry(int segments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int segments, int length, int overhead)voidadd(@NotNull SegmentedSequenceStats.StatsEntry other)intcompareTo(SegmentedSequenceStats.StatsEntry o)booleanequals(Object o)inthashCode()
-
-
-
Method Detail
-
add
public void add(int segments, int length, int overhead)
-
add
public void add(@NotNull @NotNull SegmentedSequenceStats.StatsEntry other)
-
compareTo
public int compareTo(@NotNull SegmentedSequenceStats.StatsEntry o)- Specified by:
compareToin interfaceComparable<SegmentedSequenceStats.StatsEntry>
-
-