T
public class GenericClass<T> extends java.lang.Object implements GenericType<T>
GenericClass
GenericClass(java.lang.Class<T> c)
java.lang.Class<T>
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GenericClass(java.lang.Class<T> c)
c
public java.lang.Class<T> getType()
返回type
getType
GenericType<T>