集合的继承关系

来源:互联网 发布:手机应用程序数据备份 编辑:程序博客网 时间:2024/05/29 16:05

collection:list set
list: linkedlist arraylist vector (stack)
map: hashtable hashmap weakhashmap

0 0