sorting an arraylist by the length of string?
807606Mar 2 2007 — edited Mar 2 2007Hi
I've done quite a bit of searching today but no luck, I am looking to sort the list of words in an arraylist by the size of the "String"
arraylist contains dog, car, dude, football
it should but football at the start etc
I've tried using Arrays.sort() but no luck.
thank you