com.webmethods.caf.faces.data.tree.object
Class LazyNodeTreeContentProvider.NodeIdsIterator

java.lang.Object
  extended by com.webmethods.caf.faces.data.tree.object.LazyNodeTreeContentProvider.NodeIdsIterator
All Implemented Interfaces:
Iterator
Enclosing class:
LazyNodeTreeContentProvider

protected static class LazyNodeTreeContentProvider.NodeIdsIterator
extends Object
implements Iterator

Iterates over a list of INodes, returning each node's id.


Field Summary
protected  int m_index
           
protected  List m_nodes
           
 
Constructor Summary
LazyNodeTreeContentProvider.NodeIdsIterator(List nodes)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_index

protected int m_index

m_nodes

protected List m_nodes
Constructor Detail

LazyNodeTreeContentProvider.NodeIdsIterator

public LazyNodeTreeContentProvider.NodeIdsIterator(List nodes)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator