E - the generated FacesTreeNode classpublic class FacesNodeList<E extends FacesTreeNode> extends ArrayList<E>
modCount| Constructor and Description |
|---|
FacesNodeList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
void |
add(int index,
E element) |
boolean |
addAll(Collection<? extends E> c) |
boolean |
addAll(int index,
Collection<? extends E> c) |
void |
addObserver(Observer obs)
Adds an observer to notify about changes to the node
|
void |
clear() |
void |
deleteObservers()
Deletes all observers registrered
|
E |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
E |
set(int index,
E element) |
clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, removeRange, replaceAll, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic void addObserver(Observer obs)
obs - the observerpublic void deleteObservers()
public boolean add(E e)
add in interface Collection<E extends FacesTreeNode>add in interface List<E extends FacesTreeNode>add in class ArrayList<E extends FacesTreeNode>public boolean remove(Object o)
remove in interface Collection<E extends FacesTreeNode>remove in interface List<E extends FacesTreeNode>remove in class ArrayList<E extends FacesTreeNode>public boolean addAll(Collection<? extends E> c)
addAll in interface Collection<E extends FacesTreeNode>addAll in interface List<E extends FacesTreeNode>addAll in class ArrayList<E extends FacesTreeNode>public boolean addAll(int index,
Collection<? extends E> c)
addAll in interface List<E extends FacesTreeNode>addAll in class ArrayList<E extends FacesTreeNode>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<E extends FacesTreeNode>removeAll in interface List<E extends FacesTreeNode>removeAll in class ArrayList<E extends FacesTreeNode>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<E extends FacesTreeNode>retainAll in interface List<E extends FacesTreeNode>retainAll in class ArrayList<E extends FacesTreeNode>public void clear()
clear in interface Collection<E extends FacesTreeNode>clear in interface List<E extends FacesTreeNode>clear in class ArrayList<E extends FacesTreeNode>public E set(int index, E element)
set in interface List<E extends FacesTreeNode>set in class ArrayList<E extends FacesTreeNode>public void add(int index,
E element)
add in interface List<E extends FacesTreeNode>add in class ArrayList<E extends FacesTreeNode>public E remove(int index)
remove in interface List<E extends FacesTreeNode>remove in class ArrayList<E extends FacesTreeNode>Copyright © 2006–2017 Esito AS. All rights reserved.