????4.1.2 ???????(????????????????????????????????????)
class CounterTask implements Callable<JSONArray>{
private int startIndex;
private int endIndex;
public CounterTask(int startIndex??int endIndex){
this.startIndex=startIndex;
this.endIndex=endIndex;
}
@Override
public JSONArray call() throws Exception {
// TODO Auto-generated method stub
return MailCall(startIndex??endIndex);
}
}
????4.1.3 ???????????
protected JSONArray MailCall(int startIndex??int endIndex) {
JSONArray resultArray=new JSONArray();
JSONObject result=null;
for(int i=startIndex;i<endIndex;i++)
{
Object object=dataList.get(i)
//?????????????????????
??????????
}
return resultArray;
??
????5.???????????????????Щ???
????5.1 ?? MailCall??????????????????????????????治????÷????????????????
????simpleDateFormat??????????????????
??????1???????????? apache??commons-lang????DateUtils??DateFormatUtils????????????????????????
??????2?????????????????? new ???simpleDateFormat???????(?о?????????????????????????1000????????new 1000??simpleDateFormat???????????????????)
??????3????????????????????????????