Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 498 Bytes

集合---HashSet.md

File metadata and controls

7 lines (4 loc) · 498 Bytes

java-hashset-hierarchy

基于哈希表实现,支持快速查找,但不支持有序性操作。并且失去了元素的插入顺序信息,也就是说使用 Iterator 遍历 HashSet 得到的结果是不确定的