SE450
:
Collections Framework: Classes
[13/63]
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