public class GenericObject<T> extends Object
GenericObject()
GenericObject(T t)
T
get()
String
getClzz()
Object
getObj()
void
setClzz(String clzz)
setObj(Object obj)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public GenericObject()
public GenericObject(T t)
public String getClzz()
public void setClzz(String clzz)
public Object getObj()
public void setObj(Object obj)
public T get()
public String toString()
toString
Copyright © 2021. All rights reserved.