|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
A list of nodes
| Method Summary | |
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. |
| Methods inherited from interface org.mmbase.bridge.BridgeList |
getProperty, setProperty, sort, sort |
| Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
public Node getNode(int index)
index - the position of the Node to retrievepublic NodeIterator nodeIterator()
public NodeList subNodeList(int fromIndex,
int toIndex)
fromIndex - the position in the current list where the sublist starts (inclusive)toIndex - the position in the current list where the sublist ends (exclusive)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||