哪些类不是继承自collection接口
哪些类不是继承自collection接口
日期:2022-04-04 16:48:49 人气:1
Collection
├ List
│ ├LinkedList
│ ├ArrayList
│ └Vector
│ └Stack
└Set
Map
├Hashtable
├HashMap
└WeakHashMap
-
├ List
│ ├LinkedList
│ ├ArrayList
│ └Vector
│ └Stack
└Set
Map
├Hashtable
├HashMap
└WeakHashMap
-