Java Collection Framwork
2021-07-15 20:45:55 19 举报
Java集合框架关系图
作者其他创作
大纲/内容
AbstractQueue<E>
PriorityQueue<E>
EnumSet<E>
接口
Set<E>
NavigableSet<E>
ArrayList<E>
抽象实现类
Collection<E>
List<E>
实现接口
Deque<E>
Queue<E>
类继承
AbstractCollection<E>
SortedSet<E>
HashSet<E>
TreeSet<E>
AbstractList<E>
LinkedList<E>
ArrayDeque<E>
AbstractSequentialList<E>
继承接口
LinkedHashSet<E>
AbstractSet<E>
常用集合类
Iterable<E>
收藏
0 条评论
下一页