java中的数据结构——Collection

Java中的数据结构 分Map和Collection两种(Map和Collection都是接口) Map的常用实现类:Hashmap、Hashtable、Treemap、LinkedHashmap、ConcurrentHashmap Collection: List:Vector、ArrayList、LinkedList Set:HashSet、LinkedHashSet List和Set区别:
相关文章
相关标签/搜索