previous |
start |
next
Collections Framework: Interface Types
- 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
previous |
start |
next