previous |
start |
next
Collections Framework: Classes
- HashSet: a set
implementation that uses hashing to locate the set
elements
- TreeSet: a sorted
set implementation that stores the elements in a balanced binary
tree
- LinkedList and
ArrayList: two
implementations of the List interface type
previous |
start |
next