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, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public IndexerClassNameComparator()
public IndexerClassNameComparator(boolean ascending)
public int compare(Indexer<?> indexer1, Indexer<?> indexer2)
compare
in interface Comparator<Indexer<?>>
public boolean isAscending()