java.lang
Class Class<T>

java.lang.Object
  extended by java.lang.Class<T>

public final class Class<T>
extends Object


Constructor Summary
Class()
           
 
Method Summary
 Class getComponentType()
           
 String getName()
           
static Class<?> getPrimitiveClass(String cname)
           
 boolean isInterface()
           
 Object newInstance()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait
 

Constructor Detail

Class

public Class()
Method Detail

getName

public String getName()

isInterface

public boolean isInterface()

getPrimitiveClass

public static Class<?> getPrimitiveClass(String cname)

toString

public String toString()
Overrides:
toString in class Object

getComponentType

public Class getComponentType()

newInstance

public Object newInstance()
                   throws java.lang.InstantiationException,
                          java.lang.IllegalAccessException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException