Uses of Interface
org.apache.pivot.collections.Sequence.Tree.ItemIterator

Packages that use Sequence.Tree.ItemIterator
org.apache.pivot.collections Defines a set of classes and interfaces that serve as generic collections as well as the data model for UI components. 
 

Uses of Sequence.Tree.ItemIterator in org.apache.pivot.collections
 

Methods in org.apache.pivot.collections that return Sequence.Tree.ItemIterator
static
<T> Sequence.Tree.ItemIterator<T>
Sequence.Tree.depthFirstIterator(Sequence<T> sequence)
          Returns an iterator that will perform a depth-first traversal of the nested sequence.