public static class GroovyCategorySupport.CategoryMethodList extends ArrayList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
Modifier and Type | Field and Description |
---|---|
int |
level |
modCount
Constructor and Description |
---|
CategoryMethodList(String name,
int level,
GroovyCategorySupport.CategoryMethodList previous) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod o) |
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public CategoryMethodList(String name, int level, GroovyCategorySupport.CategoryMethodList previous)
public boolean add(org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod o)
add
in interface Collection<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
add
in interface List<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
add
in class ArrayList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>