JavaScript is disabled on your browser.
Skip navigation links
概述
软件包
类
使用
树
已过时的
索引
帮助
Java™ Platform
Standard Ed. 8
上一个
下一个
框架
无框架
所有类
概要:
嵌套 |
字段 |
构造方法 |
方法
详细信息:
字段 |
构造方法 |
方法
compact1, compact2, compact3
java.lang.reflect
Interface Type
All Known Subinterfaces:
GenericArrayType
,
ParameterizedType
,
TypeVariable
<D>,
WildcardType
所有已知实现类:
类
public interface
Type
Type是Java编程语言中所有类型的通用超级接口。
这些包括原始类型,参数化类型,数组类型,类型变量和原始类型。
从以下版本开始:
1.5
方法摘要
所有方法
接口方法
Default Methods
Modifier and Type
Method and Description
default
String
getTypeName
()
返回描述此类型的字符串,包括有关任何类型参数的信息。
方法详细信息
getTypeName
default
String
getTypeName()
返回描述此类型的字符串,包括有关任何类型参数的信息。
实现要求:
默认实现调用
toString
。
结果
描述这种类型的字符串
从以下版本开始:
1.8
Skip navigation links
概述
软件包
类
使用
树
已过时的
索引
帮助
Java™ Platform
Standard Ed. 8
上一个
下一个
框架
无框架
所有类
概要:
嵌套 |
字段 |
构造方法 |
方法
详细信息:
字段 |
构造方法 |
方法