java语言当中,Set接口主要有两个实现类,分别是什么()
A: HashSet
B: TreeSet
C: map
D: collection
A: HashSet
B: TreeSet
C: map
D: collection
举一反三
- 以下哪两个选项是Set接口的实现类() A: HashSet、TreeSet B: list C: map、set D: collection
- Set接口主要有两个实现类,分别是HashSet和TreeSet
- Collection的实现类有哪些 A: ArrayList,HashSet,HashMap,HashTable B: List,Set,Map C: ArrayList,LinkedList,HashSet,TreeSet D: LinkedList,List,Collection
- Set接口主要有两个实现类,分别是HashSet和【】
- 以下__________数据类型不实现Collection接口? A: HashSet B: TreeSet C: ArrayList D: LinkedList E: Map