public static class CachedClass.CachedMethodComparatorByName extends Object implements Comparator<CachedMethod>
| Modifier and Type | Field and Description |
|---|---|
static Comparator |
INSTANCE |
| Constructor and Description |
|---|
CachedMethodComparatorByName() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(CachedMethod o1,
CachedMethod o2) |
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 static final Comparator INSTANCE
public int compare(CachedMethod o1, CachedMethod o2)
compare in interface Comparator<CachedMethod>