2014年8月5日
摘要: Map _map = new HashMap(); 1、方法一for (Entry _Entry : _map.entrySet()) { String _id = _Entry.getKey(); String _Value = _Entry.getValue(); }2、... 阅读全文
posted @ 2014-08-05 17:21 张亚峰 阅读(98) 评论(0) 推荐(0) 编辑
  2014年7月15日
摘要: public class ArrayRemoveValue { public static void main(String[] args) { Integer[] _IntArray = new Integer[]{1,2,3,4,5,6,7,9,0}; /** * 由于Arrays.as... 阅读全文
posted @ 2014-07-15 16:49 张亚峰 阅读(353) 评论(0) 推荐(0) 编辑