Comparable.GREATER
if this genome is betterComparable.LOWER
if this genome is worseComparable.EQUAL
if both genomes are equalComparable.LOWER
and Comparable.GREATER
if this.isBetterThan(otherGenome)
and otherGenome.isBetterThan(this)
and this.equals(otherGenome)
all return false
@see Comparable
|
|