All Methods Static Methods Instance Methods Concrete Methods 
| Modifier and Type | Method and Description | 
| java.lang.Object | addMethodToList(java.lang.Object o,
               MetaMethod method) | 
| void | clear() | 
| void | clearCaches() | 
| void | clearCaches(java.lang.String name) | 
| void | copy(java.lang.Class c,
    MetaMethodIndex.Header index) | 
| void | copy(MetaMethodIndex.Header from,
    MetaMethodIndex.Header to) | 
| void | copyAllMethodsToSuper(MetaMethodIndex.Header from,
                     MetaMethodIndex.Header to) | 
| void | copyMethodsToSuper() | 
| void | copyNonPrivateMethods(java.lang.Class from,
                     java.lang.Class to) | 
| void | copyNonPrivateMethods(MetaMethodIndex.Header from,
                     MetaMethodIndex.Header to) | 
| void | copyNonPrivateMethodsDown(java.lang.Class from,
                         java.lang.Class to) | 
| void | copyNonPrivateMethodsFromSuper(MetaMethodIndex.Header from) | 
| void | copyNonPrivateNonNewMetaMethods(MetaMethodIndex.Header from,
                               MetaMethodIndex.Header to) | 
| MetaMethodIndex.EntryIterator | getEntrySetIterator() | 
| MetaMethodIndex.Header | getHeader(java.lang.Class cls) | 
| MetaMethodIndex.Entry | getMethods(java.lang.Class cls,
          java.lang.String name) | 
| MetaMethodIndex.Entry | getOrPutMethods(java.lang.String name,
               MetaMethodIndex.Header header) | 
| MetaMethodIndex.Entry[] | getTable() | 
| static int | hash(int h) | 
| void | init(int initCapacity) | 
| boolean | isEmpty() | 
| void | resize(int newLength) | 
| int | size() |