public class CharacteristicObjects extends Object
| Modifier and Type | Field and Description |
|---|---|
Vector<Object> |
topObjects |
Vector<Double> |
topScores |
| Constructor and Description |
|---|
CharacteristicObjects(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(Object o,
double score) |
Object |
getMax() |
String |
toString() |
Copyright © 2017. All rights reserved.