protected class DefaultTreeNode.TreeNodeChildrenList extends AbstractList<TreeNode<E>> implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<TreeNode<E>> |
_list |
modCount| Modifier | Constructor and Description |
|---|---|
protected |
TreeNodeChildrenList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
TreeNode<E> child) |
TreeNode<E> |
get(int index) |
TreeNode<E> |
remove(int index) |
boolean |
remove(Object child) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subListaddAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streamCopyright © 2024. All rights reserved.