Generics#
This section will provide a thorough lesson on generics
.
This chapter will incrementally introduce you to generics by:
Showing you how to use ArrayList instead of arrays
Provide an overview of the classes in the Java Collection Framework (Stack, Queue, Map)
Showing you how to create a generic method and class yourself
Explaining Constraint Typing
Reviewing Type Erasure and limitations of generics