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.ComparatorDeprecated.Use org.biojavax.bio.seq.io framework insteadGenEmblFeatureComparatorcomparesFeatures by the minimum base position of theirLocation, but placesFeatures with type "source" first.- Since:
- 1.2
- Author:
- Keith James
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.ComparatorINSTANCEDeprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompare(java.lang.Object o1, java.lang.Object o2)Deprecated.
-