下面不属于集合接口的是
A: Collection
B: Array
C: Map
D: List
A: Collection
B: Array
C: Map
D: List
举一反三
- HashSet集合实现了()接口 A: List接口 B: Map接口 C: Collection接口 D: Set接口
- 下面()接口继承自Collection接口。 A: List和Map B: Set和Map C: List和Set D: Map和Queue
- 下面 ( ) 接口继承自Collection接口。 A: Set和 Map B: List和 Map C: Map和 Queue D: List和 Set
- 所有Collection集合类都必须实现的方法在()接口中定义。 A: List接口 B: Collection接口 C: Set接口 D: Map接口
- 以下哪些集合接口支持重复元素存在?() A: Collection B: List C: Map D: Set