Class CmsMessageBundleEditorModel.CmsCaseInsensitiveStringComparator
java.lang.Object
org.opencms.ui.editors.messagebundle.CmsMessageBundleEditorModel.CmsCaseInsensitiveStringComparator
- All Implemented Interfaces:
Comparator<Object>
- Enclosing class:
- CmsMessageBundleEditorModel
public static final class CmsMessageBundleEditorModel.CmsCaseInsensitiveStringComparator
extends Object
implements Comparator<Object>
Comparator that compares strings case insensitive.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the comparator instance.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 Details
-
getInstance
Returns the comparator instance.- Returns:
- the comparator
-
compare
- Specified by:
compare
in interfaceComparator<Object>
- See Also:
-