type parameter
常見(jiàn)例句
- You are allowed to specify the value of the type parameter if you like, but only if you can name the type — and the capture types are not denotable.
如果愿意,您可以指定類(lèi)型參數(shù)的值,但只有當(dāng)您能夠命名該類(lèi)型時(shí)才可以這樣做 — 并且不能夠表示捕獲類(lèi)型。 - In the case of generic methods, if a type parameter appears only once in the method signature, then it probably should be a wildcard rather than a named type parameter.
就泛型方法來(lái)說(shuō),如果一個(gè)類(lèi)型參數(shù)在方法簽名中只出現(xiàn)一次,它很有可能是一個(gè)通配符而不是一個(gè)命名的類(lèi)型參數(shù)。 - Second, because we know that every instantiation of the type parameter is a subclass of the bound, we can safely call any methods on an instance of the type parameter that appear in the bound.
其次,因?yàn)槲覀冎李?lèi)型參數(shù)的每次實(shí)例化都是這個(gè)范圍之內(nèi)的子類(lèi),所以可以放心地調(diào)用類(lèi)型參數(shù)實(shí)例出現(xiàn)在這個(gè)范圍之內(nèi)的任何方法。 返回 type parameter