-
- All Implemented Interfaces:
public final class RuntimeTypeParamRuntime type parameter
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final BigIntegertype
-
Constructor Summary
Constructors Constructor Description RuntimeTypeParam(String name, BigInteger type)
-
Method Summary
Modifier and Type Method Description final StringgetName()final BigIntegergetType()-
-
Constructor Detail
-
RuntimeTypeParam
RuntimeTypeParam(String name, BigInteger type)
-
-
Method Detail
-
getType
final BigInteger getType()
-
-
-
-