|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectedu.northwestern.at.monk.model.MultiColumnComparator
edu.northwestern.at.monk.model.CaseCategory.Comparator
public static class CaseCategory.Comparator
A multi-column case category comparator.
MultiColumnComparator| Constructor Summary | |
|---|---|
CaseCategory.Comparator(CaseCategory.SortOption... sortOptions)
Creates a new case category comparator. |
|
| Method Summary | |
|---|---|
int |
compare(CaseCategory cat1,
CaseCategory cat2)
Compares two case categories. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public CaseCategory.Comparator(CaseCategory.SortOption... sortOptions)
sortOptions - Case category sort options, or null to use the natural
ordering.| Method Detail |
|---|
public int compare(CaseCategory cat1,
CaseCategory cat2)
compare in interface java.util.Comparator<CaseCategory>cat1 - First case category.cat2 - Second case category.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||