static class BridgeCollections.UnmodifiableNodeList extends BridgeCollections.UnmodifiableBridgeList<Node> implements NodeList
c, parentNODESTEP_PROPERTY, QUERY_PROPERTY| Constructor and Description |
|---|
UnmodifiableNodeList(NodeList nodeList) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode(int index)
Returns the Node at the indicated postion in the list
|
NodeIterator |
nodeIterator()
Returns an type-specific iterator for this list.
|
NodeList |
subNodeList(int fromIndex,
int toIndex)
Returns a sublist of this list.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getProperties, getProperty, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setProperty, size, sort, sort, subList, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProperties, getProperty, setProperty, sort, sort, subListadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, spliterator, toArray, toArrayparallelStream, removeIf, streamUnmodifiableNodeList(NodeList nodeList)
public Node getNode(int index)
NodeListpublic NodeIterator nodeIterator()
NodeListnodeIterator in interface NodeListpublic NodeList subNodeList(int fromIndex, int toIndex)
NodeListsubNodeList in interface NodeListfromIndex - the position in the current list where the sublist starts (inclusive)toIndex - the position in the current list where the sublist ends (exclusive)MMBase 1.9-SNAPSHOT - ${javadoctimestamp}