public static class SegmentedSequenceStats.StatsEntry extends Object implements Comparable<SegmentedSequenceStats.StatsEntry>
| Constructor and Description |
|---|
StatsEntry(int segments) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int segments,
int length,
int overhead) |
void |
add(@NotNull SegmentedSequenceStats.StatsEntry other) |
int |
compareTo(SegmentedSequenceStats.StatsEntry o) |
boolean |
equals(Object o) |
int |
hashCode() |
public void add(int segments,
int length,
int overhead)
public void add(@NotNull
@NotNull SegmentedSequenceStats.StatsEntry other)
public int compareTo(@NotNull
SegmentedSequenceStats.StatsEntry o)
compareTo in interface Comparable<SegmentedSequenceStats.StatsEntry>Copyright © 2020. All rights reserved.