Class Authority.AuthorityComparator

  • All Implemented Interfaces:
    java.util.Comparator<Authority>
    Enclosing interface:
    Authority

    public static class Authority.AuthorityComparator
    extends java.lang.Object
    implements java.util.Comparator<Authority>
    Does case insensitive sorting of ScriptGroups and ScriptUsers.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(Authority g1, Authority g2)  
      • 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
    • Constructor Detail

      • AuthorityComparator

        public AuthorityComparator​(java.lang.String sortBy)
      • AuthorityComparator

        public AuthorityComparator​(java.lang.String sortBy,
                                   boolean sortAsc)
    • Method Detail