February 2022
Intermediate to advanced
619 pages
11h 12m
English
Applications use data structures to store data that can be utilized throughout the lifetime of an application instance. The Java language contains several data structures known as collection types, and they can be utilized for this purpose. These data structures implement the java.util.Collection<E> interface, which provides a variety of methods that are useful for adding, removing, and performing tasks against the data that is used with the collection. This chapter ...
Read now
Unlock full access