Content deleted Content added
→Bounded Wildcards: simplify |
|||
Line 40:
<code>Generic<? '''super''' SubtypeOfUpperBound> referenceConstrainedFromBelow;</code>
can hold instantiations of <code>Generic</code> with
== Object Creation with Wildcard ==
|