private static class ObservableList.DateMerit extends Object implements Comparable<ObservableList.DateMerit>
| Modifier and Type | Field and Description |
|---|---|
(package private) Float |
merit |
(package private) Date |
time |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ObservableList.DateMerit to)
We compare the dates, if they are identically, we compare the merit.
|
String |
toString()
Returns a string representation in
AbstractTime.ISO format. |
DateMerit(Date stamp, float value)
public int compareTo(ObservableList.DateMerit to)
compareTo in interface Comparable<ObservableList.DateMerit>public String toString()
AbstractTime.ISO format.