摘要: 1、集合框架并不是一个真正的框架,而是为表示和操作集合而规定的一种统一的标准体系结构。 2、集合框架包括: >对外的接口:Collection、List、Set、Map、Iterator >接口的实现:ArrayList、LinkedList、HashMap、HashSet >对集合运算的算法:如查 阅读全文
posted @ 2017-09-08 16:34 坚持沉淀 阅读(164) 评论(0) 推荐(0) 编辑
摘要: /* * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.  阅读全文
posted @ 2017-09-06 19:02 坚持沉淀 阅读(79) 评论(0) 推荐(0) 编辑
摘要: push: /** * Pushes an element onto the stack represented by this list. In other * words, inserts the element at the front of this list. * * <p>This me 阅读全文
posted @ 2017-09-06 18:50 坚持沉淀 阅读(471) 评论(0) 推荐(0) 编辑