摘要:
自动装箱和自动拆箱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 阅读全文