A.HashSet底層數(shù)據(jù)結構是棧 B.HashSet底層數(shù)據(jù)結構是哈希表,是一個元素為鏈表的數(shù)組,哈希表底層依賴hashCode()和equals()保證元素的唯一性 C.HashSet底層數(shù)據(jù)結構是數(shù)組 D.HashSet元素是可重復的
A.唯一 B.有序 C.線程安全 D.可讀
A.TreeSet B.HashSet C.HashTable D.List