最简单的结构

Java 集合结构图

JCF类层次结构

Java 集合结构图

 

结构展示表

集合框架的祖宗: Collection

历史集合

新集合

无序集: Set

有序集: List

映射:Dictionary

映射:Map

AbstractSet

SortedSet

AbstractList

AbstractSequentialList




Hashtable

AbstractMap

SortedMap

历史集合

新集合



LinkedList



WeakHashMap



IdentityHashMap



HashMap



TreeMap

HashSet

TreeSet

Vector

ArrayList

LinkedHashSet

 

Stack

   

Properties

   

LinkedHashMap

 

相关文章:

  • 2021-10-20
  • 2021-09-25
  • 2021-08-01
  • 2022-12-23
  • 2021-09-08
  • 2021-10-05
  • 2021-07-28
  • 2021-04-02
猜你喜欢
  • 2021-09-25
  • 2021-08-01
  • 2021-06-08
  • 2021-04-02
  • 2021-07-28
  • 2021-10-22
相关资源
相似解决方案