1
我有一張地圖,和他的關鍵和值obejct像要排序根據地圖對象鍵
List<AppointmentRequest> list=AppointmentRequest.findAllAppointmentRequests();
for(AppointmentRequest a:list){
Store store=Store.findStore(a.getStoreId());
map.put(AppointmentRequest.findAppointmentRequest(a.getId()),store);
}
AppointmentRequest包含日期列 現在我想排序根據此列,以顯示它在JSP頁面此地圖,任何人都可以幫助我嗎?
能否請你解釋一下嗎? – 2014-09-01 18:03:10
@ user3498071請參閱編輯 – Eran 2014-09-01 18:09:08