Package org.biojava.bio.seq
Class ByLocationMinMaxFeatureComparator
java.lang.Object
org.biojava.bio.seq.ByLocationMinMaxFeatureComparator
- All Implemented Interfaces:
Comparator
Comparator that compares the min and max positions of Features
Required by org.biojava.bio.gui.sequence.AbstractPeptideDigestRenderer instances.
- Since:
- 1.5
- Author:
- Mark Southern
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ByLocationMinMaxFeatureComparator
public ByLocationMinMaxFeatureComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator
-