空山新雨: yes, here. [阅读: 433] 2006-09-27 11:10:20 1. implement Comparable interface from your class. 2. Use Arrays.sort() to sort your Collection.toArray(). That's a merge sort.