public class RemoteNodeList_Proxy extends RemoteBridgeList_Proxy<Node,RemoteNode> implements NodeList
modCountNODESTEP_PROPERTY, QUERY_PROPERTY| Constructor and Description |
|---|
RemoteNodeList_Proxy(RemoteNodeList remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode(int arg0)
Returns the Node at the indicated postion in the list
|
RemoteNodeList |
getWrappedObject() |
NodeIterator |
nodeIterator()
Returns an type-specific iterator for this list.
|
NodeList |
subNodeList(int arg0,
int arg1)
Returns a sublist of this list.
|
getProperties, getProperty, setProperty, sort, sort, subListadd, add, clear, equals, get, getMapperCode, hashCode, remove, remove, set, size, toStringaddAll, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRangeaddAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArrayclone, 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, streamgetMapperCodepublic RemoteNodeList_Proxy(RemoteNodeList remoteObject)
public NodeList subNodeList(int arg0, int arg1)
NodeListsubNodeList in interface NodeListarg0 - the position in the current list where the sublist starts (inclusive)arg1 - the position in the current list where the sublist ends (exclusive)public NodeIterator nodeIterator()
NodeListnodeIterator in interface NodeListpublic Node getNode(int arg0)
NodeListpublic RemoteNodeList getWrappedObject()
getWrappedObject in interface MappedObjectgetWrappedObject in class RemoteBridgeList_Proxy<Node,RemoteNode>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}