Package net.sourceforge.pmd.dcd.graph
Class ClassNodeComparator
- java.lang.Object
-
- net.sourceforge.pmd.dcd.graph.ClassNodeComparator
-
- All Implemented Interfaces:
Comparator
@Deprecated public final class ClassNodeComparator extends Object implements Comparator
Deprecated.SeeDCD
Compares ClassNodes by the name of the class. Can also compare String class names to ClassNodes.
-
-
Field Summary
Fields Modifier and Type Field Description static ClassNodeComparator
INSTANCE
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
compare(Object obj1, Object obj2)
Deprecated.-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final ClassNodeComparator INSTANCE
Deprecated.
-
-
Method Detail
-
compare
public int compare(Object obj1, Object obj2)
Deprecated.- Specified by:
compare
in interfaceComparator
-
-