Package testdata
Class GenericType1<T>
- java.lang.Object
-
- testdata.GenericType1<T>
-
public class GenericType1<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GenericType1()GenericType1(T t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()booleanoperator_add(T t)voidset(T t)
-