public class PointerKeyAndCallSite
extends java.lang.Object
| Constructor and Description |
|---|
PointerKeyAndCallSite(PointerKey key,
CallSiteReference callSiteRef) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
CallSiteReference |
getCallSiteRef() |
PointerKey |
getKey() |
int |
hashCode() |
public PointerKeyAndCallSite(PointerKey key, CallSiteReference callSiteRef)
public CallSiteReference getCallSiteRef()
public PointerKey getKey()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object