public class IdxComparator extends Object implements Comparator<int[]>, Serializable
Constructor and Description |
---|
IdxComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(int[] o1,
int[] o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public IdxComparator()
public int compare(int[] o1, int[] o2)
compare
in interface Comparator<int[]>
Copyright © 2000–2019 BioJava. All rights reserved.