Class MemberNodeComparator

  • All Implemented Interfaces:
    java.util.Comparator<MemberNode>

    @Deprecated
    public final class MemberNodeComparator
    extends java.lang.Object
    implements java.util.Comparator<MemberNode>
    Deprecated.
    See DCD
    Compares MemberNodes. FieldNodes are smaller than ConstructorNodes which are smaller than MethodNodes.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int compare​(MemberNode node1, MemberNode node2)
      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