Course contentsShow
Java
Lesson 933 of 2,87022. Generics: Bounds and WildcardsPro lesson

Lower Bounded Wildcards: <? super T> Syntax

Introduce <? super T> for declaring collections that can hold T or any supertype of T.

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.