| org.mmbase.bridge.util.CollectionNodeList
CollectionNodeList | public class CollectionNodeList extends AbstractCollectionNodeList implements NodeList(Code) | | A (fixed-size) list of nodes, based on a Collection of Nodes. If the collection is a List it
will mirror its' changes. Otherwise, no, because the complete collection is inserted in its own
one.
author: Michiel Meeuwissen version: $Id: CollectionNodeList.java,v 1.11 2007/02/16 20:06:58 michiel Exp $ since: MMBase-1.8 |
Inner Class :protected class BasicNodeIterator extends BasicIterator implements NodeIterator | |
subNodeList | public NodeList subNodeList(int fromIndex, int toIndex)(Code) | | |
|
|