|
||||||||
| 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.Lemma.Comparator
public static class Lemma.Comparator
A multi-column lemma comparator.
MultiColumnComparator| Constructor Summary | |
|---|---|
Lemma.Comparator(Lemma.SortOption... sortOptions)
Creates a new lemma comparator. |
|
| Method Summary | |
|---|---|
int |
compare(Lemma l1,
Lemma l2)
Compares two lemmas. |
| 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 Lemma.Comparator(Lemma.SortOption... sortOptions)
sortOptions - Lemma sort options, or null to use the natural ordering.| Method Detail |
|---|
public int compare(Lemma l1,
Lemma l2)
compare in interface java.util.Comparator<Lemma>l1 - First lemma.l2 - Second lemma.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||