Home › Forums › General XMetaL Discussion › Array sorting › Reply To: Array sorting
Reply to: Array sorting
February 20, 2010 at 12:09 amDoes one of the following help?
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Arrays.html
http://www.java2s.com/Tutorial/Java/0140__Collections/SortingArrays.htm
Sorting in Java should be pretty straightforward once you have an array declared and populated. Or am I missing something?