Class Authority.AuthorityComparator
- java.lang.Object
-
- org.alfresco.repo.security.authority.script.Authority.AuthorityComparator
-
- All Implemented Interfaces:
Comparator<Authority>
- Enclosing interface:
- Authority
public static class Authority.AuthorityComparator extends Object implements Comparator<Authority>
Does case insensitive sorting of ScriptGroups and ScriptUsers.
-
-
Constructor Summary
Constructors Constructor Description AuthorityComparator(String sortBy)AuthorityComparator(String sortBy, boolean sortAsc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(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
-
-