java集合之Collection架构
摘要:Java集合之Collection架构 首先,我们对Collection进行说明。下面先看看Collection的一些框架类的关系图: Collection是一个接口,它主要的两个分支是:List 和 Set。List和Set都是接口,它们继承于Collection。List是有序的队列,List中
阅读全文
posted @ 2017-08-13 22:31
posted @ 2017-08-13 22:31
posted @ 2017-08-13 22:10