Package com.atlassian.confluence.util
Class LabellingComparator
- java.lang.Object
 - 
- com.atlassian.confluence.util.LabellingComparator
 
 
- 
- All Implemented Interfaces:
 Comparator
@Deprecated(forRemoval=true) public class LabellingComparator extends Object implements Comparator
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8 
- 
- 
Constructor Summary
Constructors Constructor Description LabellingComparator()Deprecated, for removal: This API element is subject to removal in a future version. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompare(Object o1, Object o2)Deprecated, for removal: This API element is subject to removal in a future version.- 
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, for removal: This API element is subject to removal in a future version.- Specified by:
 comparein interfaceComparator
 
 - 
 
 -