March 2023
Intermediate to advanced
1851 pages
66h 25m
English
Chapter Topics
An overview of the Java Collections Framework in the java.util package: core interfaces and their implementations
Understanding the functionality provided by the Collection<E> interface, and its role in the Java Collections Framework
How to create and use lists, and how their functionality is defined by the List<E> interface and implemented by the classes Array-List<E>, Vector<E>, and LinkedList<E>
How to create and use sets, and how their functionality is defined by the Set<E> interface and implemented by the classes HashSet<E> and LinkedHashSet<E>
How to create and use sorted and navigable sets, and how ...
Read now
Unlock full access