Class MethodKey
java.lang.Object
daomephsta.unpick.constantmappers.datadriven.parser.MethodKey
public class MethodKey
extends java.lang.Object
Immutable data object that encapsulates a method owner, name and descriptor
so that they can be used as a map key.
-
Constructor Summary
Constructors Constructor Description MethodKey(java.lang.String owner, java.lang.String name, java.lang.String descriptor) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
MethodKey
public MethodKey(java.lang.String owner, java.lang.String name, java.lang.String descriptor)
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-