public class Receiver<T> extends java.lang.Object
Receiver(ClassNode type)
Receiver(ClassNode type, T data)
T
getData()
ClassNode
getType()
static <T> Receiver<T>
make(ClassNode type)
java.lang.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 java.lang.String toString()
toString
java.lang.Object