Class GroovyCategorySupport.CategoryMethodList
java.lang.Object
java.util.AbstractCollection<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
java.util.AbstractList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
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, SequencedCollection<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
- Enclosing class:
GroovyCategorySupport
public static class GroovyCategorySupport.CategoryMethodList
extends ArrayList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
- Author:
- sam, Paul King, Alex Tkachman
- See Also:
-
Field Summary
FieldsFields inherited from class AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionCategoryMethodList(String name, int level, GroovyCategorySupport.CategoryMethodList previous) -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod o) Methods inherited from class ArrayList
add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class AbstractCollection
containsAll, toStringMethods inherited from interface Collection
parallelStream, stream, toArrayMethods inherited from interface List
containsAll, reversed
-
Field Details
-
level
public final int level
-
-
Constructor Details
-
CategoryMethodList
public CategoryMethodList(String name, int level, GroovyCategorySupport.CategoryMethodList previous)
-
-
Method Details
-
add
public boolean add(org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod o) - Specified by:
addin interfaceCollection<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>- Specified by:
addin interfaceList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>- Overrides:
addin classArrayList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod>
-