private class TrackEvaluator.TrackSegment extends Object implements Comparator<TrackEvaluator.TrackSegment>, Comparable<TrackEvaluator.TrackSegment>
Modifier and Type | Field and Description |
---|---|
private int |
m1 |
private int |
m2 |
private int |
t1 |
private int |
t2 |
Modifier | Constructor and Description |
---|---|
private |
TrackSegment(int t1,
int m1,
int t2,
int m2) |
Modifier and Type | Method and Description |
---|---|
int |
compare(TrackEvaluator.TrackSegment arg0,
TrackEvaluator.TrackSegment arg1) |
int |
compareTo(TrackEvaluator.TrackSegment arg0) |
boolean |
equals(Object obj) |
String |
toString() |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public boolean equals(Object obj)
equals
in interface Comparator<TrackEvaluator.TrackSegment>
equals
in class Object
public int compare(TrackEvaluator.TrackSegment arg0, TrackEvaluator.TrackSegment arg1)
compare
in interface Comparator<TrackEvaluator.TrackSegment>
public int compareTo(TrackEvaluator.TrackSegment arg0)
compareTo
in interface Comparable<TrackEvaluator.TrackSegment>
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.