- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 27 of file WorthPair.java.
◆ WorthPair()
org.turro.dossier.www.WorthPair.WorthPair |
( |
double |
value, |
|
|
String |
color |
|
) |
| |
◆ compareTo()
int org.turro.dossier.www.WorthPair.compareTo |
( |
WorthPair |
o | ) |
|
Definition at line 46 of file WorthPair.java.
47 return CompareUtil.compare(value, o.value);
◆ getColor()
String org.turro.dossier.www.WorthPair.getColor |
( |
| ) |
|
◆ getValue()
double org.turro.dossier.www.WorthPair.getValue |
( |
| ) |
|
The documentation for this class was generated from the following file: