- org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
    
        - 
        
        
            
        
        
        
        
        
            
        
        
        
        
        
        
        
        
        
        
        
        
            
            - 
                    Methods Summary
                    
                        Methods 
                        
                            | Type Params | Return Type | Name and description |  
                            |  | public Object | addMethodToList(Object o, MetaMethod toIndex)
 |  
                            |  | public void | clear()
 |  
                            |  | public void | clearCaches()
 |  
                            |  | public void | clearCaches(String name)
 |  
                            |  | public void | copy(Class c, MetaMethodIndex.Header index)
 |  
                            |  | public void | copy(MetaMethodIndex.Header from, MetaMethodIndex.Header to)
 |  
                            |  | public void | copyAllMethodsToSuper(MetaMethodIndex.Header from, MetaMethodIndex.Header to)
 |  
                            |  | public void | copyMethodsToSuper()
 |  
                            |  | public void | copyNonPrivateMethods(Class from, Class to)
 |  
                            |  | public void | copyNonPrivateMethods(MetaMethodIndex.Header from, MetaMethodIndex.Header to)
 |  
                            |  | public void | copyNonPrivateMethodsDown(Class from, Class to)
 |  
                            |  | public void | copyNonPrivateMethodsFromSuper(MetaMethodIndex.Header from)
 |  
                            |  | public void | copyNonPrivateNonNewMetaMethods(MetaMethodIndex.Header from, MetaMethodIndex.Header to)
 |  
                            |  | public MetaMethodIndex.EntryIterator | getEntrySetIterator()
 |  
                            |  | public MetaMethodIndex.Header | getHeader(Class cls)
 |  
                            |  | public final Map.Entry | getMethods(Class cls, String name)
 |  
                            |  | public Map.Entry | getOrPutMethods(String name, MetaMethodIndex.Header header)
 |  
                            |  | public Map.Entry[] | getTable()
 |  
                            |  | public boolean | hasNext()
 |  
                            |  | public static int | hash(int h)
 |  
                            |  | public void | init(int initCapacity)
 |  
                            |  | public boolean | isEmpty()
 |  
                            |  | public Map.Entry | next()
 |  
                            |  | public void | resize(int newLength)
 |  
                            |  | public int | size()
 |  
 
 
- 
                    Inherited Methods Summary
 
 
    
        - 
           
            
            
            
                - 
                    
                
                    Field Detail
                            - 
                                protected static final int DEFAULT_CAPACITY
 
                            - 
                                protected static final int MAXIMUM_CAPACITY
 
                            - 
                                protected static final int MINIMUM_CAPACITY
 
                            - 
                                public final Map<Class, Header> methodHeaders
 
 
                - 
                    
                
                    Method Detail
                            - 
                                public void clearCaches()
 
                            - 
                                public void clearCaches(String name)
 
                            - 
                                public void copyMethodsToSuper()
 
                            - 
                                public void copyNonPrivateMethods(Class from, Class to)
 
                            - 
                                public void copyNonPrivateMethodsDown(Class from, Class to)
 
                            - 
                                public static int hash(int h)
 
                            - 
                                public void init(int initCapacity)
 
                            - 
                                public void resize(int newLength)
 
 
 
    
    
    Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.