摘要: Collections对List集合中的数据进行排序1.对于普通对象public static void main(String[] args) { List nums = new ArrayList(); nums.add(3); nums.add(5); n... 阅读全文
posted @ 2018-04-07 00:07 wei1 阅读(172) 评论(0) 推荐(0)