java collections
文章平均质量分 88
大道之道
这个作者很懒,什么都没留下…
展开
-
java Deque 接口
怎样才能完全了解这个java接口呢。。。首先,概括的说,它是一个支持从两端进行插入和移除元素的线性集合。再看它的命名,deque是英文"double ended queue"的简写,知道来源,便于理解记忆,意思是“双端队列”,前两个单词取首字母,最后一个单词取前3个字母。读音可以一般读作"deck"。............原创 2022-04-30 21:27:45 · 463 阅读 · 0 评论 -
Outline of the Collections Framework 集合框架大纲
The collections framework consists of:Collection interfaces- The primary means by which collections are manipulated. Collection- A group of objects. No assumptions are made about the order of the collection (if any) or whether it can contain duplicat..转载 2022-03-14 18:44:10 · 112 阅读 · 0 评论