groovy.lang
Class MetaClassImpl.MethodIndex

java.lang.Object
  extended by org.codehaus.groovy.reflection.ComplexKeyHashMap
      extended by org.codehaus.groovy.reflection.SingleKeyHashMap
          extended by groovy.lang.MetaClassImpl.Index
              extended by groovy.lang.MetaClassImpl.MethodIndex
Enclosing class:
MetaClassImpl

 class MetaClassImpl.MethodIndex
extends MetaClassImpl.Index


Nested Class Summary
 
Nested classes/interfaces inherited from class org.codehaus.groovy.reflection.SingleKeyHashMap
SingleKeyHashMap.Copier, SingleKeyHashMap.Entry
 
Nested classes/interfaces inherited from class org.codehaus.groovy.reflection.ComplexKeyHashMap
ComplexKeyHashMap.EntryIterator
 
Field Summary
 
Fields inherited from class org.codehaus.groovy.reflection.ComplexKeyHashMap
DEFAULT_CAPACITY, MAXIMUM_CAPACITY, MINIMUM_CAPACITY, size, table, threshold
 
Constructor Summary
MetaClassImpl.MethodIndex()
           
MetaClassImpl.MethodIndex(boolean b)
           
MetaClassImpl.MethodIndex(int size)
           
 
Method Summary
protected  java.lang.Object clone()
           
(package private)  MetaClassImpl.MethodIndex copy()
           
 
Methods inherited from class groovy.lang.MetaClassImpl.Index
checkEquals, getNotNull, getNullable, put
 
Methods inherited from class org.codehaus.groovy.reflection.SingleKeyHashMap
containsKey, copy, get, getOrPut, getOrPutEntry, put, putCopyOfUnexisting, remove
 
Methods inherited from class org.codehaus.groovy.reflection.ComplexKeyHashMap
clear, getEntrySetIterator, getTable, hash, init, isEmpty, resize, size
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaClassImpl.MethodIndex

public MetaClassImpl.MethodIndex(boolean b)

MetaClassImpl.MethodIndex

public MetaClassImpl.MethodIndex(int size)

MetaClassImpl.MethodIndex

public MetaClassImpl.MethodIndex()
Method Detail

copy

MetaClassImpl.MethodIndex copy()

clone

protected java.lang.Object clone()
                          throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException


Copyright © ${year} The Codehaus. All Rights Reserved.