java.lang.Objectorg.objectweb.telosys.common.data.TreeNodeList
Constructor Summary | |
TreeNodeList()
|
Method Summary | |
TreeNode |
get(int index)
|
boolean |
isEmpty()
Returns 'true' if this list contains no elements |
java.util.Iterator |
iterator()
Returns an iterator over the elements in this list in proper sequence |
int |
size()
Returns the number of elements in this list. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TreeNodeList()
Method Detail |
public java.util.Iterator iterator()
public int size()
public boolean isEmpty()
public TreeNode get(int index)
public java.lang.String toString()