Class Group.AclComparator<T extends Group>

  • Type Parameters:
    T - Group class
    All Implemented Interfaces:
    java.util.Comparator<T>
    Enclosing class:
    Group

    public static class Group.AclComparator<T extends Group>
    extends BasicStorable.CdateComparator<T>
    DataComparator sorting groups using their ACL.
    Since:
    jcms-7.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      AclComparator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(T g1, T 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