Package com.exedio.cope.util
Class ClassComparator
java.lang.Object
com.exedio.cope.util.ClassComparator
- All Implemented Interfaces:
Serializable
,Comparator<Class<?>>
@Deprecated
public final class ClassComparator
extends Object
implements Comparator<Class<?>>, Serializable
Deprecated.
This class is not used in the cope runtime library anymore.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.static ClassComparator
Deprecated.This class is not used in the cope runtime library anymore.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Method Details
-
getInstance
Deprecated.This class is not used in the cope runtime library anymore. -
compare
Deprecated.- Specified by:
compare
in interfaceComparator<Class<?>>
-