如何添加到List<?扩展数字>数据结构?
我有一份清单是这样宣布的:
List<? extends Number> foo3 = new ArrayList<Integer>();
我试着把3加到3。但是,我收到了如下错误消息:
The method add(capture#1-of ? extends Number) in the type List<capture#1-of ?extends Number> is not applicable for the arguments (ExtendsNumber)
森栏
繁花如伊
相关分类