Generics Java Tutorial

Establishing an upper bound for a wildcard


Specifying a lower bound for a wildcard


Here is the syntax for a generic method:

 return-type meth-name(param-list)