org.codehaus.groovy.runtime
Class GroovyCategorySupport.CategoryMethodList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>, Collection<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>, List<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>, RandomAccess
- Enclosing class:
- GroovyCategorySupport
public static class GroovyCategorySupport.CategoryMethodList
- extends ArrayList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
- See Also:
- Serialized Form
Method Summary |
boolean |
add(org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod o)
|
Methods inherited from class java.util.ArrayList |
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
level
public final int level
GroovyCategorySupport.CategoryMethodList
public GroovyCategorySupport.CategoryMethodList(String name,
int level,
GroovyCategorySupport.CategoryMethodList previous)
add
public boolean add(org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod o)
- Specified by:
add
in interface Collection<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
- Specified by:
add
in interface List<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
- Overrides:
add
in class ArrayList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>