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:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
compare(Class<?> c1, Class<?> c2)
Deprecated.static ClassComparator
getInstance()
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 Detail
-
getInstance
@Deprecated public static ClassComparator getInstance()
Deprecated.This class is not used in the cope runtime library anymore.
-
compare
public int compare(Class<?> c1, Class<?> c2)
Deprecated.- Specified by:
compare
in interfaceComparator<Class<?>>
-
-