Collections排序sort排序list多條件排序

Collections.sort(staffList, new Comparator<StaffElement>() { public int compare(StaffElement arg0, StaffElement arg1) { // 置業管家按成交套數降序排序 if (arg1.getMonthCjNumber() > arg0.getMonthCjNumber(
相關文章
相關標籤/搜索