java collections framework relations

1. All collections are located java.util package next.

2.Java collection classes derive out mainly by the two interfaces: Collection and the Map ,

Map Collection and the interface is the root of the Java Collections Framework,
these two interfaces also contains a number of sub-interfaces or implementation classes.

Guess you like

Origin www.cnblogs.com/lukelook/p/11284926.html