public class CollectionNodeList extends AbstractCollectionNodeList<Node> implements NodeList
| Modifier and Type | Class and Description |
|---|---|
protected class |
CollectionNodeList.BasicNodeIterator |
AbstractBridgeList.BasicIteratorcloud, nodeManager, wrappedCollectionmodCountNODESTEP_PROPERTY, QUERY_PROPERTY| Constructor and Description |
|---|
CollectionNodeList(Collection c) |
CollectionNodeList(Collection c,
Cloud cloud) |
CollectionNodeList(Collection c,
NodeManager nodeManager) |
| 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.
|
CollectionNodeList |
subList(int fromIndex,
int toIndex) |
NodeList |
subNodeList(int fromIndex,
int toIndex)
Returns a sublist of this list.
|
add, convert, get, getCloud, getCollection, remove, set, sizegetProperties, getProperty, setProperty, sort, sortadd, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRangeaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProperties, getProperty, setProperty, sort, sortadd, 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 CollectionNodeList(Collection c, NodeManager nodeManager)
public CollectionNodeList(Collection c, Cloud cloud)
public CollectionNodeList(Collection c)
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 CollectionNodeList subList(int fromIndex, int toIndex)
subList in interface List<Node>subList in interface BridgeList<Node>subList in class AbstractBridgeList<Node>public NodeIterator nodeIterator()
NodeListnodeIterator in interface NodeListMMBase 1.9-SNAPSHOT - ${javadoctimestamp}