說明
1、通配符? super Frui限定了泛型下界為 Fruit。
2、Generic對(duì)象和Generic對(duì)象可以作為參數(shù)傳遞給print2。但是Generic對(duì)象不能作為參數(shù)傳入,因?yàn)?Apple是Fruit的子類,超出了泛型規(guī)定的下界。
實(shí)例
GenericfruitGeneric2 = new Generic<>();
print2(fruitGeneric2);
GenericfoodGeneric2 = new Generic<>();
print2(foodGeneric2);
// 錯(cuò)誤使用
// GenericappleGeneric2 = new Generic<>();
// print2(appleGeneric2);
以上就是java方法參數(shù)中通配符的使用,希望對(duì)大家有所幫助。更多關(guān)于“java培訓(xùn)”的問題,歡迎咨詢千鋒教育在線名師。千鋒教育多年辦學(xué),課程大綱緊跟企業(yè)需求,更科學(xué)更嚴(yán)謹(jǐn),每年培養(yǎng)泛IT人才近2萬人。不論你是零基礎(chǔ)還是想提升,都可以找到適合的班型,千鋒教育隨時(shí)歡迎你來試聽。