Skip to content

4 Generics and Collections

Weverton edited this page Apr 6, 2017 · 7 revisions

4.1 Create a generic class
4.2 Use the diamond for type inference
4.3 Analyze the interoperability of collections that use raw types and generic types
4.4 Use wrapper classes, autoboxing and unboxing
4.5 Create and use List, Set and Deque implementations
4.6 Create and use Map implementations
4.7 Use java.util.Comparator and java.lang.Comparable
4.8 Sort and search arrays and lists

Clone this wiki locally