Sorting with BlackBerry
问题 I have a file consisting of entries like Paula 100, Steve 150, Julian 200. I want to sort this. Can I use the Collections framework in BlackBerry to sort file entries consisting of numbers and names? I can't find any sorting program for blackberry. So I am wondering if I can use Collections.sort()? 回答1: There are sortable collections in the BlackBerry API that you can use. Search the JavaDocs for things like SimpleSortingVector and BigVector. 回答2: Unfortunately, BlackBerry uses J2ME which