org.biojava.bio.structure.align.helper
Class IdxComparator
java.lang.Object
org.biojava.bio.structure.align.helper.IdxComparator
- All Implemented Interfaces:
- Comparator<int[]>
public class IdxComparator
- extends Object
- implements Comparator<int[]>
Method Summary |
int |
compare(int[] o1,
int[] o2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdxComparator
public IdxComparator()
compare
public int compare(int[] o1,
int[] o2)
- Specified by:
compare
in interface Comparator<int[]>