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, subList
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
Copyright © 2021. All rights reserved.