One way would be to create a custom comparator and use Collections.sort. It could go like this:


class CustomComparator implements Comparator<String>
{
@Override
...