Sorting a List containing arrays

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • evansuth777
    New Member
    • Mar 2007
    • 1

    #1

    Sorting a List containing arrays

    I am trying to sort a List containing arrays String[10].

    I have tried list.sort().

    I have been reading up on it and it seems i have to use a comparator.

    Can anyone help me?

    Thanks

    Evan
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by evansuth777
    I am trying to sort a List containing arrays String[10].

    I have tried list.sort().

    I have been reading up on it and it seems i have to use a comparator.

    Can anyone help me?

    Thanks

    Evan
    What are you using to compare the arrays? Explain exactly what the sort should be able to do.

    Comment

    Working...