Package com.atlassian.core.user
Class BestNameComparator2
java.lang.Object
com.atlassian.core.user.BestNameComparator2
- All Implemented Interfaces:
Comparator
Deprecated.
since 8.8 no replacement
This comparator tries to compare two users based on their 'best name'
ie their full name if possible, otherwise their username.
This comparator completely ignores case.
-
Constructor Summary
-
Method Summary
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 Details
-
BestNameComparator2
public BestNameComparator2()Deprecated.
-
-
Method Details
-
compare
Deprecated.- Specified by:
compare
in interfaceComparator
-