org.mmbase.bridge.util
Interface TreeIterator

All Superinterfaces:
Iterator, ListIterator, NodeIterator
All Known Implementing Classes:
TreeList.TreeItr

public interface TreeIterator
extends NodeIterator

A specialized iterator for 'TreeLists'

Since:
MMBase-1.7
Version:
$Id: TreeIterator.java,v 1.3 2004/10/09 09:37:34 nico Exp $
Author:
Michiel Meeuwissen
See Also:
TreeList

Method Summary
 int currentDepth()
          Depth of the last node fetched with next() or nextNode()
 
Methods inherited from interface org.mmbase.bridge.NodeIterator
nextNode, previousNode
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

currentDepth

public int currentDepth()
Depth of the last node fetched with next() or nextNode()

Returns:
Depth of the last node fetched


MMBase build 1.8.1.20060716