Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0
-
None
Description
Collections of objects that don't implement Comparable (e.g. Locale) aren't sortable by SortTool. I have a Comparator<Locale> that I also can't use with SortTool. It would be nice to overload sort() to accept a Comparator to perform the sorting.