Comp. Science > Data Structures > Flashcards
When you add to a TreeSet, what does it do?
It will add them to the set, and even put them in order (ex. from least to greatest)
What extends Collection?
What extends Map?
- Map -> SortedMap -> TreeMap