Slide 7
Slide 7 text
THE TYPE
VARIABLE BY
CONVENTION
❑ Single letter for generics that
have a single type parameter,
e.g. T,S,U
❑ E for the element type in a
collection
❑ K and V for the key and value
types in an associative
collection
❑R for a type used as the return
type