static class BridgeCollections.EmptyNodeList extends BridgeCollections.EmptyBridgeList<Node> implements NodeList
modCountNODESTEP_PROPERTY, QUERY_PROPERTY| Constructor and Description |
|---|
EmptyNodeList() |
| 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.
|
protected Object |
readResolve() |
NodeList |
subNodeList(int fromIndex,
int toIndex)
Returns a sublist of this list.
|
contains, get, getProperties, getProperty, setProperty, size, sort, sort, subListadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, containsAll, isEmpty, remove, removeAll, retainAll, 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, streampublic final Node getNode(int index)
NodeListpublic final 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)protected Object readResolve()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}