|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
org.mmbase.bridge.implementation.BasicList
org.mmbase.bridge.implementation.BasicNodeList
A list of nodes
| Nested Class Summary | |
protected class |
BasicNodeList.BasicNodeIterator
|
| Nested classes inherited from class org.mmbase.bridge.implementation.BasicList |
BasicList.BasicIterator |
| Field Summary | |
protected Cloud |
cloud
|
protected NodeManager |
nodeManager
|
| Fields inherited from class java.util.AbstractList |
modCount |
| Fields inherited from interface org.mmbase.bridge.NodeList |
QUERY_PROPERTY |
| Method Summary | |
protected java.lang.Object |
convert(java.lang.Object o,
int index)
|
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. |
protected java.lang.Object |
validate(java.lang.Object o)
|
| Methods inherited from class org.mmbase.bridge.implementation.BasicList |
add, add, contains, convertAll, get, getProperty, set, setProperty, sort, sort, toArray |
| Methods inherited from class java.util.ArrayList |
addAll, addAll, clear, clone, ensureCapacity, indexOf, isEmpty, lastIndexOf, remove, removeRange, size, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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 |
| Field Detail |
protected Cloud cloud
protected NodeManager nodeManager
| Method Detail |
protected java.lang.Object convert(java.lang.Object o,
int index)
convert in class BasicList
protected java.lang.Object validate(java.lang.Object o)
throws java.lang.ClassCastException
validate in class BasicListjava.lang.ClassCastExceptionpublic Node getNode(int index)
NodeList
getNode in interface NodeListindex - the position of the Node to retrieve
public NodeList subNodeList(int fromIndex,
int toIndex)
NodeList
subNodeList 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()
NodeList
nodeIterator in interface NodeList
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||