Package org.codehaus.groovy.runtime
Class GroovyCategorySupport.CategoryMethodList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<GroovyCategorySupport.CategoryMethod>
org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Cloneable,- java.lang.Iterable<GroovyCategorySupport.CategoryMethod>,- java.util.Collection<GroovyCategorySupport.CategoryMethod>,- java.util.List<GroovyCategorySupport.CategoryMethod>,- java.util.RandomAccess
- Enclosing class:
- GroovyCategorySupport
public static class GroovyCategorySupport.CategoryMethodList extends java.util.ArrayList<GroovyCategorySupport.CategoryMethod>
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description intlevelFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructors Constructor Description CategoryMethodList(java.lang.String name, int level, GroovyCategorySupport.CategoryMethodList previous)
- 
Method SummaryModifier and Type Method Description booleanadd(GroovyCategorySupport.CategoryMethod o)Methods inherited from class java.util.ArrayListadd, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollectioncontainsAll, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, stream, toArrayMethods inherited from interface java.util.ListcontainsAll
- 
Field Details- 
levelpublic final int level
 
- 
- 
Constructor Details- 
CategoryMethodListpublic CategoryMethodList(java.lang.String name, int level, GroovyCategorySupport.CategoryMethodList previous)
 
- 
- 
Method Details- 
add- Specified by:
- addin interface- java.util.Collection<GroovyCategorySupport.CategoryMethod>
- Specified by:
- addin interface- java.util.List<GroovyCategorySupport.CategoryMethod>
- Overrides:
- addin class- java.util.ArrayList<GroovyCategorySupport.CategoryMethod>
 
 
-