Class MethodOrderer.Alphanumeric

  • All Implemented Interfaces:
    MethodOrderer
    Enclosing interface:
    MethodOrderer

    public static class MethodOrderer.Alphanumeric
    extends Object
    implements MethodOrderer
    MethodOrderer that sorts methods alphanumerically based on their names using String.compareTo(String).

    If two methods have the same name, String representations of their formal parameter lists will be used as a fallback for comparing the methods.