◆ compare()
int org.turro.fieldit.FieldItComparator.compare |
( |
FieldIt |
o1, |
|
|
FieldIt |
o2 |
|
) |
| |
Definition at line 32 of file FieldItComparator.java.
33 int c = CompareUtil.compare(o1.getOrder(), o2.getOrder());
35 c = CompareUtil.compare(o1.getName(), o2.getName());
38 c = CompareUtil.compare(o1.getId(), o2.getId());
The documentation for this class was generated from the following file: