摘要: 自动装箱和自动拆箱Stack<Integer> stack = new Stack<Integer>;stack.push(17); int --> Integerint value = stack.pop(); Integer --> intADT实现Iterable接口可以用foreach来遍历for(Transaction t :collection){} 可以写一个内部类继承 private class ReverseArrayIterator implements Iterator<Item>{ pubilc boolean hasNe 阅读全文
posted @ 2013-05-12 22:46 张兰云 阅读(122) 评论(0) 推荐(0) 编辑