Collection<--List<--Vector
Collection<--List<--ArrayList
Collection<--List<--LinkedList
Collection<--Set<--HashSet
Collection<--Set<--HashSet<--LinkedHashSet
Collection<--Set<--SortedSet<--TreeSet
他们在性能和特点都有区别。各有侧重点。在使用时需谨慎选择。
Java中重要的集合类关系
阅读 49
2023-09-18
Collection<--List<--Vector
Collection<--List<--ArrayList
Collection<--List<--LinkedList
Collection<--Set<--HashSet
Collection<--Set<--HashSet<--LinkedHashSet
Collection<--Set<--SortedSet<--TreeSet
他们在性能和特点都有区别。各有侧重点。在使用时需谨慎选择。
相关推荐
精彩评论(0)