public class BasicNodeList extends AbstractNodeList<Node> implements NodeList
| Modifier and Type | Class and Description |
|---|---|
protected class |
BasicNodeList.BasicNodeIterator |
BasicList.BasicIterator, BasicList.ObjectComparator, BasicList.WrappedComparatorcloud, nodeManagermodCountNODESTEP_PROPERTY, QUERY_PROPERTY| Constructor and Description |
|---|
BasicNodeList() |
BasicNodeList(Collection c,
Cloud cloud) |
BasicNodeList(Collection c,
NodeManager nodeManager) |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
convert(Object o)
converts the object in the list to the excpected format
|
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.
|
castToNodeManager, convertMMObjectNodetoBridgeNode, convertWithBridgeToNode, getNodeadd, convert, convertAll, get, getProperties, getProperty, remove, set, setProperty, size, sort, sort, subList, toArrayadd, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRangeaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, 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, streamBasicNodeList()
public BasicNodeList(Collection c, Cloud cloud)
public BasicNodeList(Collection c, NodeManager nodeManager)
protected Node convert(Object o)
BasicListconvert in class AbstractNodeList<Node>public Node getNode(int index)
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)public NodeIterator nodeIterator()
NodeListnodeIterator in interface NodeListMMBase 1.9-SNAPSHOT - ${javadoctimestamp}