Set unSortedHashSet = new HashSet(); List sortedList = new ArrayList(unSortedHashSet); Collections.sort(sortedList);
No comments:
Post a Comment