Table of Content
List
ArrayList
Set
HashSet
TreeSet
Map
HashMap
TreeMap
HashTable
Iterator
Comparable
Comparator
List
The List interface insert and access elements by their position in the collection. The List interface uses the 0 base index.
The List interface can have duplicate elements.
ArrayList
Set
HashSet
TreeSet