Package org.biojava.bio.seq.io
Class GenEmblFeatureComparator
java.lang.Object
org.biojava.bio.seq.io.GenEmblFeatureComparator
- All Implemented Interfaces:
Comparator
Deprecated.
Use org.biojavax.bio.seq.io framework instead
GenEmblFeatureComparator
compares
Feature
s by the minimum base position of their
Location
, but places Feature
s with
type "source" first.- Since:
- 1.2
- Author:
- Keith James
-
Field Summary
Fields -
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
-
Field Details
-
INSTANCE
Deprecated.
-
-
Method Details
-
compare
Deprecated.- Specified by:
compare
in interfaceComparator
-