public class MethodIdOffsetPair
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
MethodIdOffsetPair(int firstMethodId,
int firstMethodOffset) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getFirstMethodId() |
int |
getFirstMethodOffset() |
int |
hashCode() |
java.lang.String |
toString() |
public MethodIdOffsetPair(int firstMethodId, int firstMethodOffset)
public int getFirstMethodId()
public int getFirstMethodOffset()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object