public final class RoleActorComparator extends Object implements Comparator<RoleActor>
RoleActor
objects case insensitively by name. This is a singleton.Modifier and Type | Field and Description |
---|---|
static RoleActorComparator |
COMPARATOR
Singleton instance of this class.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(RoleActor o1,
RoleActor o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final RoleActorComparator COMPARATOR
public int compare(RoleActor o1, RoleActor o2)
compare
in interface Comparator<RoleActor>
Copyright © 2002-2021 Atlassian. All Rights Reserved.