public class ReceiverInstanceContext extends java.lang.Object implements Context
InstanceKey of the receiver.ContextItem.Value<T>| Constructor and Description |
|---|
ReceiverInstanceContext(InstanceKey I) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ContextItem |
get(ContextKey name) |
InstanceKey |
getReceiver() |
int |
hashCode() |
java.lang.String |
toString() |
public ReceiverInstanceContext(InstanceKey I)
I - the instance key that represents the receiverpublic ContextItem get(ContextKey name)
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic InstanceKey getReceiver()