Archive
/
RSS
T < x < B
Too long to tweet, too short to blog.
Jan 17
Any parameter we pass to add would have to be a subtype of this unknown type. Since we don’t know what type that is, we cannot pass anything in. The sole exception is null, which is a member of every type.
—
Wildcards (The Java™ Tutorials > Bonus > Generics)