Package com.atlassian.confluence.util
Class SpaceGroupComparator
- java.lang.Object
-
- com.atlassian.confluence.util.SpaceGroupComparator
-
- All Implemented Interfaces:
Comparator
@Deprecated public class SpaceGroupComparator extends Object implements Comparator
Deprecated.since 5.9.SpaceGroupand related classes likeSpaceGroupManagerandSpaceGroupComparatorwill be removed. Please do not use them.Order space groups by name, or by key if the names are the same.
-
-
Constructor Summary
Constructors Constructor Description SpaceGroupComparator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompare(Object o1, Object o2)Deprecated.-
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
-
-
-
-
Method Detail
-
compare
public int compare(Object o1, Object o2)
Deprecated.- Specified by:
comparein interfaceComparator
-
-