Package com.atlassian.confluence.util
Class SpaceGroupComparator
java.lang.Object
com.atlassian.confluence.util.SpaceGroupComparator
- All Implemented Interfaces:
Comparator
Deprecated.
Order space groups by name, or by key if the names are the same.
-
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
-
SpaceGroupComparator
public SpaceGroupComparator()Deprecated.
-
-
Method Details
-
compare
Deprecated.- Specified by:
compare
in interfaceComparator
-
SpaceGroup
and related classes likeSpaceGroupManager
andSpaceGroupComparator
will be removed. Please do not use them.