You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Failing to use bounded wildcards ("? extends T" or "? super T") can reduce the usefulness of generic classes and force clients to develop clumsy workarounds to use such classes. Bounded wildcards improve code flexibility, but are often not used because they are perceived as unnecessary.

  • No labels