Package org.biojava.bio.seq
Class ByLocationMinMaxComparator
java.lang.Object
org.biojava.bio.seq.ByLocationMinMaxComparator
- All Implemented Interfaces:
Comparator
A Comparator similar to Feature.ByLocationComparator except that the min and max positions of
the location are both compared
- 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, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ByLocationMinMaxComparator
public ByLocationMinMaxComparator()
-
-
Method Details
-
comparator
-
compare
- Specified by:
comparein interfaceComparator
-