Class Combinatorics.GenericFactory<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Class<T> tClass  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T[] create​(int len)  
      • Methods inherited from class java.lang.Object

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

      • tClass

        final java.lang.Class<T> tClass
    • Constructor Detail

      • GenericFactory

        GenericFactory​(java.lang.Class<T> tClass)
      • GenericFactory

        GenericFactory​(T el)
      • GenericFactory

        GenericFactory​(T[] el)