I want to sort one ArrayList
used to display to the user:
String[] listOne = {whip, amulet, cape};
Then sort a second ArrayList
used as backed data relative to the first list being sort:
String[] listTwo = {abyssal_whip, amulet_of_power, strength_cape};
Is there any way I can do this?