<<< The Iterator interface | Index | The syntax for specifying the type of elements in a collection >>> |
Collection classes are the concrete implementations of the collection interfaces. In essence, they are reusable data structures.
ArrayList
LinkedList
HashSet
HashMap
TreeMap
<<< The Iterator interface | Index | The syntax for specifying the type of elements in a collection >>> |