SE450
:
Collections Framework: Interface Types
[12/63]
Collection
: the most general collection interface type
Set
: an unordered collection that does not permit duplicate elements
SortedSet
: a set whose elements are visited in sorted order
List
: an ordered collection