Collections Interfaces

1.1.1 java.util.Collection
1.1.1.1 java.util.List
An ordered list of items. Objects accessed by their ordinal.
1.1.1.2 java.util.Set
1.1.1.3 java.util.SortedSet
1.1.2 java.util.Map
1.1.2.1 java.util.Map.Entry
Nested class that encapsulates a single entry in the Map.
1.1.3 java.util.Iterable