Package testdata

Class GenericType2<T extends java.lang.Number>


  • public class GenericType2<T extends java.lang.Number>
    extends java.lang.Object
    Since:
    2.3
    • Constructor Summary

      Constructors 
      Constructor Description
      GenericType2​(T... values)  
    • Method Summary

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

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

      • GenericType2

        @SafeVarargs
        public GenericType2​(T... values)
    • Method Detail

      • getArray

        public T[] getArray()