In generic types there is the parameter on the class like:
public class Box {
This T can be used inside the class.
T
W