Collections


The general purpose implementations are summarized in the table below:
 
  Implementations
Hash Table Resizable Array Balanced Tree Linked List
Interfaces Set HashSet   TreeSet  
List   ArrayList   LinkedList
Map HashMap   TreeMap  

The general-purpose implementations