@NotStorableClass public class MethodMapKey extends Object implements Comparable<MethodMapKey>
Constructor and Description |
---|
MethodMapKey(String methodName,
String methodDesc) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MethodMapKey other) |
boolean |
equals(Object obj) |
String |
getMethodDesc() |
String |
getMethodName() |
int |
hashCode() |
public String getMethodName()
public String getMethodDesc()
public int compareTo(MethodMapKey other)
compareTo
in interface Comparable<MethodMapKey>
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.