即:tomato cheese chips fruit pie butter tea buns新的ArrayList应该是buns tea butter pie fruit chipspublic static void main (String[] args){
ArrayList<String> food = new ArrayList<String&
我正在尝试用一个特定的字符串重新排列我的ArrayList。因此,我想重新排列我的名单,优先考虑的类型“卡车”比类型的“轿车”或类型的"SUV“。从技术上讲,我可以从它们的字母顺序中使用逆序,但我想实现特定字符串本身具有优先级的位置。例如,如果我有一个随机顺序的汽车列表,new Car("1", "truck"),
new