Class GroupMapping.COMPARATOR
java.lang.Object
com.atlassian.crowd.model.application.GroupMapping.COMPARATOR
- All Implemented Interfaces:
Comparator<GroupMapping>
- Enclosing class:
- GroupMapping
public static final class GroupMapping.COMPARATOR
extends Object
implements Comparator<GroupMapping>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(GroupMapping firstMapping, GroupMapping secondMapping) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
COMPARATOR
public COMPARATOR()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<GroupMapping>
-