Class MethodOrderer.Alphanumeric

  • All Implemented Interfaces:
    MethodOrderer
    Enclosing interface:
    MethodOrderer

    @API(status=DEPRECATED,
         since="5.7")
    @Deprecated
    public static class MethodOrderer.Alphanumeric
    extends MethodOrderer.MethodName
    Deprecated.
    Please use MethodOrderer.MethodName instead.
    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.

    This class has been deprecated in favor of MethodOrderer.MethodName and will be removed in 6.0

    Since:
    5.4
    • Constructor Detail

      • Alphanumeric

        public Alphanumeric()
        Deprecated.