public class Receiver<T> extends Object
Receiver(ClassNode type)
Receiver(ClassNode type, T data)
T
getData()
ClassNode
getType()
static <T> Receiver<T>
make(ClassNode type)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Receiver(ClassNode type)
public Receiver(ClassNode type, T data)
public static <T> Receiver<T> make(ClassNode type)
public T getData()
public ClassNode getType()
public String toString()
toString
Object