I have a List object. I want to arrange the List of String[] alphabetically according to item at [0] in each string array. Any ideas?
            Asked
            
        
        
            Active
            
        
            Viewed 42 times
        
    0
            
            
        - 
                    Yes, use a custom comparator. There are *lots* of questions on SO about that. – Jon Skeet Dec 24 '14 at 15:08
- 
                    possible duplicate of http://stackoverflow.com/questions/708698/how-to-sort-list-alphabetically – Rohit5k2 Dec 24 '14 at 15:11
