posted 18 years ago
Hello All,
How to sort an ArrayList which contains array of ArrayLists
ArrayList = [
["-1","qaaa","test"],
["-1","qaaa","test123"],
["-1","bbba","test123"],
["-1","qaaa","test123"],
["-1","qaaa","test123"],
["-1","bbba","test123"]]
i want to sort this arraylist based on the second parameter in each arraylist.
How can i solve this.
Thanks in advance.