其他分享
首页 > 其他分享> > The Clollections Hierarchy 集合层次结构

The Clollections Hierarchy 集合层次结构

作者:互联网

Inheritance is a defining feature of the Collections API.The interfaces that are used to manipulate the collections specify the operations that must be defined for any container class that implements that interface.

The diagram below shows that the ArrayList class implements the List interface .

 

标签:implements,operations,Inheritance,Hierarchy,defined,Clollections,层次结构,interface,
来源: https://www.cnblogs.com/hzhuxin/p/15706630.html