Java 数据结构与集合类(28页)Good is good, but better carries it
精益求精,善益求善
Java collections A collection allows a group of objects to be treated as a single unit
Arbitrary objects can be stored, retrieved and manipulated as elements of these collections
Collections Framework presents a set of standard utility classes to manage such collections
It contains ‘core interfaces’ which allow collections to be manipulated independent of their implementations
These interfaces define the common functionality exhibited by collections and facilitate data exchange between collections
A small set of implementations that are concrete implementations of the core interfaces, providing data structures that a program can use
An assortment of algorithms to perform various operations such as, sorting and s