December 2021
Intermediate to advanced
787 pages
12h 50m
English
In the Collections framework, lists, sets, and maps as key-value stores are implemented by so-called container classes . They manage objects of other classes. The interfaces List<E>, Set<E>, and Map<K,V> from the package java.util serve as the basis for the container classes. They store object references. Thus, processing primitive types is only possible if they are converted to a wrapper object (such as Byte, Integer, or Double). This is done automatically by the auto-boxing/unboxing implicit since Java ...
Read now
Unlock full access