◆ compare()
int org.turro.zul.convocation.AttendeeComparator.compare |
( |
Attendee |
o1, |
|
|
Attendee |
o2 |
|
) |
| |
Definition at line 32 of file AttendeeComparator.java.
33 return CompareUtil.compare(o1.getContact().getName(), o2.getContact().getName());
The documentation for this class was generated from the following file: