求List中最大或最小时间

最大时间:Date maxDate = Collections.max(dateList);

最小时间:Date minDate= Collections.min(dateList);

获取List中最大或最小时间

相关文章: