Joe Soltzberg

36%
Flag icon
As a rule, if a type parameter appears only once in a method declaration, replace it with a wildcard. If it’s an unbounded type parameter, replace it with an unbounded wildcard; if it’s a bounded type parameter, replace it with a bounded wildcard.
Effective Java
Rate this book
Clear rating
Open Preview