public static class MetaMethodIndex.Entry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Class |
cls |
int |
hash |
java.lang.Object |
methods |
java.lang.Object |
methodsForSuper |
java.lang.String |
name |
MetaMethodIndex.Entry |
nextClassEntry |
MetaMethodIndex.Entry |
nextHashEntry |
java.lang.Object |
staticMethods |
Constructor and Description |
---|
MetaMethodIndex.Entry() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int hash
public MetaMethodIndex.Entry nextHashEntry
public MetaMethodIndex.Entry nextClassEntry
public java.lang.String name
public java.lang.Class cls
public java.lang.Object methods
public java.lang.Object methodsForSuper
public java.lang.Object staticMethods