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, subList
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
Copyright © 2017. All rights reserved.