Package com.atlassian.confluence.util
Class ContentComparator
- java.lang.Object
-
- com.atlassian.confluence.util.ContentComparator
-
- All Implemented Interfaces:
Comparator
@Deprecated(forRemoval=true) public class ContentComparator 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 ContentComparator()
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 int
compare(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:
compare
in interfaceComparator
-
-