java源码阅读 ---- AbstractCollection
1.成员
MAX_ARRAY_SIZE : int
size()
isEmpty()
contains()
重载的toArray()
finishToArray()
hugeCapacity()
add()
remove()
containsAll()
addAll()
removeAll()
retainAll()
clear()
toString()
2.重要数据结构
无
...
原创
2020-03-12 21:17:27 ·
122 阅读 ·
0 评论