Turn based combat turn order

I’m working on a project for my class at a tech center, and am making a turn-based rpg in Java. Currently I’m looking at using either a priority queue or a linked list to store the order of the characters in battle each round. Which should I be using? Or is there a better way I could be doing it?