@version $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/collection/ArrayUINodeList.java#0 $) $Date: 10-nov-2005.18:57:31 $ @author The Oracle ADF Faces Team
7071727374757677
{ super(namespaceURI, localName); if (initialCapacity != 0) { _indexedChildren = new ArrayUINodeList(initialCapacity); } }
440441442443444445446
* Creates the UINodeList that will be used for indexed * children of this node. */ protected UINodeList createIndexedNodeList() { return new ArrayUINodeList(); }
7172737475767778
441442443444445446447