Collection接口的层级关系图:
Collection接口的层级关系图TIPS:
- 在调用contains( ),containsAll( ),equals( ),remove( ),removeAll( ),retainAll( )方法的时候需要判断集合中元素对象是否相等,所以应当确保对象重写了equals()方法和hashCode()方法,来确定对象相等的逻辑。
- Map接口没有继承自Collection接口。
-- EOF --
-- EOF --
本文标题:Java集合类-Collection接口
本文链接:https://www.haomeiwen.com/subject/xrucpttx.html
网友评论