Class CmsListItemCaseInsensitiveComparator

java.lang.Object
org.opencms.workplace.list.CmsListItemCaseInsensitiveComparator
All Implemented Interfaces:
I_CmsListItemComparator

Comparator for case insensitive column sorting with string localization.

If both list items column values are Strings then a localized collector is used for sorting; if not, the Comparable interface is used.

Since:
6.0.0
See Also: