List<PropertySelectorHelper> SelectorsByHotel =
fetchSelectorsByHotel(properties,category);
List<PropertySelectorHelper> SelectorsByCountry =
filterSelectorsByCountry(SelectorsByHotel);
PropertyDataHelper.setSelectorsByCountry(SelectorsByCountry);
// how to add it here
这是我的代码。我使用此获取国家/地区名称的排序列表。现在我想给任何一个特定国家/地区优先级。 直到现在我做得很好。我现在需要的是给一个特定的国家优先考虑顶部。它应该是第一个。我已经使用比较器排序但是不能在那里添加逻辑因为它也被其他文件调用
答案 0 :(得分:0)
我现在无法访问计算机来测试和粘贴我的代码,但这就是我要做的事情:
如果您有任何问题,请告诉我......
希望这有帮助。