◆ compare()
int org.turro.financials.model.AccountComparator.compare |
( |
Account |
o1, |
|
|
Account |
o2 |
|
) |
| |
Definition at line 30 of file AccountComparator.java.
31 if(o1 !=
null && o2 !=
null) {
32 return o1.getId().compareTo(o2.getId());
The documentation for this class was generated from the following file: