标签:最大 ons new 获取 add style 集合 list code
List ll = new ArrayList(); ll.add(new BigDecimal(1)); ll.add(new BigDecimal(4.99)); ll.add(new BigDecimal(5)); System.out.println("最大值: " + Collections.max(ll)); System.out.println("最小值: " + Collections.min(ll));
标签:最大 ons new 获取 add style 集合 list code
原文地址:http://www.cnblogs.com/mr-wuxiansheng/p/6758217.html