Package com.strobel.reflection
Class MethodKey
- java.lang.Object
-
- com.strobel.reflection.MethodKey
-
- All Implemented Interfaces:
java.io.Serializable
final class MethodKey extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class<?>[]_argumentTypesprivate int_hashCodeprivate java.lang.String_nameprivate static java.lang.Class<?>[]NO_CLASSES
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Equality means name is the same and argument type erasures as well.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
Equality means name is the same and argument type erasures as well.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-