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 |
DefaultTreeNode.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, toStringCopyright © 2015. All rights reserved.