Package org.zkoss.zul
Class DefaultTreeNode.TreeNodeChildrenList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<TreeNode<E>>
-
- org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Iterable<TreeNode<E>>,java.util.Collection<TreeNode<E>>,java.util.List<TreeNode<E>>
- Enclosing class:
- DefaultTreeNode<E>
protected class DefaultTreeNode.TreeNodeChildrenList extends java.util.AbstractList<TreeNode<E>> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTreeNodeChildrenList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int index, TreeNode<E> child)TreeNode<E>get(int index)TreeNode<E>remove(int index)booleanremove(java.lang.Object child)protected voidremoveRange(int fromIndex, int toIndex)intsize()-
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
-
-