Package org.alfresco.util
Class SortUtils
java.lang.Object
org.alfresco.util.SortUtils
Helper class to provide functionality related to sorting.
- Since:
- 2.6
- Author:
- Tom Page
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collator
Get a string comparator that sorts strings according to the locale of the server, and which treats spaces as earlier than alphanumeric characters.
-
Method Details
-
getStringComparator
Get a string comparator that sorts strings according to the locale of the server, and which treats spaces as earlier than alphanumeric characters.- Returns:
- The comparator.
-