如何对酒店房间的数组列表进行排序

时间:2019-05-05 19:31:32

标签: java arrays sorting lambda

我有一个旅馆房间的清单 每个酒店房间都有:

public class HotelRoom {
   int Number
   String roomType (Triple, family, double)
   String priceModel (perunit, per person,)
   Int Price 
   Int MaxGuests 
}

我需要返回最便宜的选择的列表 预订9人 (可以是2个家庭房/ 3个三人房/ 4个双人房,1个单人房)

我该怎么做?

1 个答案:

答案 0 :(得分:-1)

一种快速的解决方案是使用for语句循环遍历当前列表,然后使用if语句将其添加到新列表中,以检查价格