Package com.atlassian.confluence.util
Class SpaceComparator
java.lang.Object
com.atlassian.confluence.util.SpaceComparator
- All Implemented Interfaces:
Comparator<Space>
Order spaces by name, or by key if the names are the same.
-
Constructor Summary
Constructors -
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
-
SpaceComparator
public SpaceComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Space>
-