Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#java #java-generics
List<? extends Number> foo3

You can't add an Integer because foo3 could be pointing at a List<Double>.You can't add a Double because foo3 could be pointing at a List<Integer>.You can't add a Number because foo3 could be pointing at a List<Integer>.
If you want to change selection, open document below and click on "Move attachment"


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.