|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 TypeVariable 的軟體套件 | |
---|---|
java.lang | 提供利用 Java 程式語言進行程序設計的基礎類別。 |
java.lang.reflect | 提供類別和介面,以獲得關於類別和物件的反射資訊。 |
java.lang 中 TypeVariable 的使用 |
---|
返回 TypeVariable 的 java.lang 中的方法 | |
---|---|
TypeVariable<Class<T>>[] |
Class.getTypeParameters()
按宣告順序返回 TypeVariable 物件的一個陣列,這些物件表示用此 GenericDeclaration 物件所表示的常規宣告來宣告的型別變數。 |
java.lang.reflect 中 TypeVariable 的使用 |
---|
返回 TypeVariable 的 java.lang.reflect 中的方法 | |
---|---|
TypeVariable<Constructor<T>>[] |
Constructor.getTypeParameters()
按照宣告順序返回一組 TypeVariable 物件,這些物件表示通過此 GenericDeclaration 物件所表示的一般宣告來宣告的型別變數。 |
TypeVariable<Method>[] |
Method.getTypeParameters()
返回 TypeVariable 物件的陣列,這些物件描述了由 GenericDeclaration 物件表示的一般宣告按宣告順序來宣告的型別變數。 |
TypeVariable<?>[] |
GenericDeclaration.getTypeParameters()
返回宣告順序的 TypeVariable 物件的陣列,這些物件表示由此 GenericDeclaration 物件表示的一般宣告宣告的型別變數。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。