小编Tai*_*hou的帖子

为什么重复实现

如图java.util.*,AbstractSet<E> implements Set<E>,为什么HashSet<E> extends AbstractSet<E> implements Set<E>?" implements Set<E>"这里有重复吗?

java collections interface

5
推荐指数
1
解决办法
70
查看次数

标签 统计

collections ×1

interface ×1

java ×1