This chapter will help the reader to become more familiar with the most commonly used Java collections. The code examples illustrate their functionality and allow an experimentation that emphasizes the difference between different collection types and their implementations.
In this chapter, we will cover the following topics:
- What are collections?
- List and ArrayList
- Set and HashSet
- Map and HashMap
- Exercise – EnumSet methods