public class IndexerClassNameComparator extends Object implements Comparator<Indexer<?>>
| Constructor and Description |
|---|
IndexerClassNameComparator() |
IndexerClassNameComparator(boolean ascending) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Indexer<?> indexer1,
Indexer<?> indexer2) |
boolean |
isAscending() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic IndexerClassNameComparator()
public IndexerClassNameComparator(boolean ascending)
public int compare(Indexer<?> indexer1, Indexer<?> indexer2)
compare in interface Comparator<Indexer<?>>public boolean isAscending()