public class DT_Abstract1.ScoreObj
extends java.lang.Object
implements java.lang.Comparable, java.io.Serializable
Constructor and Description |
---|
DT_Abstract1.ScoreObj() |
DT_Abstract1.ScoreObj(java.lang.String pcStr,
double wt) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object obj)
Provide a method of comparing 2 ScoreObjs for use in TreeMaps and TreeSets.
|