Package testdata

Class GenericType1<T>


  • public class GenericType1<T>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get()  
      boolean operator_add​(T t)  
      void set​(T t)  
      • Methods inherited from class java.lang.Object

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

      • GenericType1

        public GenericType1​(T t)
      • GenericType1

        public GenericType1()
    • Method Detail

      • operator_add

        public boolean operator_add​(T t)
      • get

        public T get()
      • set

        public void set​(T t)