public class AllocationStringContext extends java.lang.Object implements Context
Context consists of an AllocationString that records n allocation sitesContextItem.Value<T>| Constructor and Description |
|---|
AllocationStringContext(AllocationString allocationString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ContextItem |
get(ContextKey name) |
int |
hashCode() |
java.lang.String |
toString() |
public AllocationStringContext(AllocationString allocationString)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic ContextItem get(ContextKey name)
public java.lang.String toString()
toString in class java.lang.Object