Class IdxComparator
- java.lang.Object
- 
- org.biojava.nbio.structure.align.helper.IdxComparator
 
- 
- All Implemented Interfaces:
- Serializable,- Comparator<int[]>
 
 public class IdxComparator extends Object implements Comparator<int[]>, Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IdxComparator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(int[] o1, int[] o2)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
 
- 
 
- 
- 
- 
Constructor Detail- 
IdxComparatorpublic IdxComparator() 
 
- 
 - 
Method Detail- 
comparepublic int compare(int[] o1, int[] o2) - Specified by:
- comparein interface- Comparator<int[]>
 
 
- 
 
-