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