public final class GenEmblFeatureComparator
extends java.lang.Object
implements java.util.Comparator
GenEmblFeatureComparator
compares
Feature
s by the minimum base position of their
Location
, but places Feature
s with
type "source" first.Modifier and Type | Field and Description |
---|---|
static java.util.Comparator |
INSTANCE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Deprecated.
|