你可以结合 isEmpty contains toArray 对于 Set 的关系来看。
这些方法定义在 AbstractCollection 里,而 AbstractCollection 和 Set 都派生自 Collection
看这个图https://blog.csdn.net/hou973561160/article/details/80177880
所以这个符号的含义是,同一个级的另一个接口/类的继承的方法