public class FunctionalCategoryComparator extends Object implements Comparator<Class<?>>
Modifier and Type | Field and Description |
---|---|
static FunctionalCategoryComparator |
INSTANCE |
Constructor and Description |
---|
FunctionalCategoryComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Class<?> test1,
Class<?> test2) |
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 static final FunctionalCategoryComparator INSTANCE
public int compare(Class<?> test1, Class<?> test2)
compare
in interface Comparator<Class<?>>
Copyright © 2002-2022 Atlassian. All Rights Reserved.