Class GCJInstantiator<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      GCJInstantiator​(java.lang.Class<T> type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T newInstance()
      Returns a new instance of an object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GCJInstantiator

        public GCJInstantiator​(java.lang.Class<T> type)