Class UIComponent.ComponentList
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<UIComponent>,Collection<UIComponent>,List<UIComponent>,RandomAccess
- Enclosing class:
- UIComponent
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, UIComponent child) booleanadd(UIComponent child) booleanaddAll(int index, Collection<? extends UIComponent> c) booleanaddAll(Collection<? extends UIComponent> c) voidclear()remove(int index) booleanMethods inherited from class java.util.ArrayList
clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Method Details
-
add
- Specified by:
addin interfaceCollection<UIComponent>- Specified by:
addin interfaceList<UIComponent>- Overrides:
addin classArrayList<UIComponent>
-
add
- Specified by:
addin interfaceList<UIComponent>- Overrides:
addin classArrayList<UIComponent>
-
remove
- Specified by:
removein interfaceList<UIComponent>- Overrides:
removein classArrayList<UIComponent>
-
remove
- Specified by:
removein interfaceCollection<UIComponent>- Specified by:
removein interfaceList<UIComponent>- Overrides:
removein classArrayList<UIComponent>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<UIComponent>- Specified by:
clearin interfaceList<UIComponent>- Overrides:
clearin classArrayList<UIComponent>
-
addAll
- Specified by:
addAllin interfaceCollection<UIComponent>- Specified by:
addAllin interfaceList<UIComponent>- Overrides:
addAllin classArrayList<UIComponent>
-
addAll
- Specified by:
addAllin interfaceList<UIComponent>- Overrides:
addAllin classArrayList<UIComponent>
-