public class ClassNameComparator extends Object implements Comparator<Class<?>>
| Modifier and Type | Field and Description |
|---|---|
static ClassNameComparator |
INSTANCE |
| Constructor and Description |
|---|
ClassNameComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Class<?> class1,
Class<?> class2) |
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 ClassNameComparator INSTANCE
public int compare(Class<?> class1, Class<?> class2)
compare in interface Comparator<Class<?>>Copyright © 2025. All rights reserved.