Joe Soltzberg

39%
Flag icon
Sometimes you may need to limit the types that can be passed to a method. This can be achieved with a bounded type token, which is simply a type token that places a bound on what type can be represented, using a bounded type parameter (Item 30) or a bounded wildcard (Item 31).
Effective Java
Rate this book
Clear rating
Open Preview