Package org.biojava.bio.seq.io
Class GenEmblFeatureComparator
- java.lang.Object
-
- org.biojava.bio.seq.io.GenEmblFeatureComparator
-
- All Implemented Interfaces:
java.util.Comparator
public final class GenEmblFeatureComparator extends java.lang.Object implements java.util.Comparator
Deprecated.Use org.biojavax.bio.seq.io framework insteadGenEmblFeatureComparator
comparesFeature
s by the minimum base position of theirLocation
, but placesFeature
s with type "source" first.- Since:
- 1.2
- Author:
- Keith James
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Comparator
INSTANCE
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
compare(java.lang.Object o1, java.lang.Object o2)
Deprecated.
-