Coinjema
1.7

Uses of Interface
org.coinjema.collections.HashTreeTraverser

Packages that use HashTreeTraverser
org.coinjema.collections   
 

Uses of HashTreeTraverser in org.coinjema.collections
 

Classes in org.coinjema.collections that implement HashTreeTraverser
 class SearchByClass<T>
          Useful for finding all nodes in the tree that represent objects of a particular type.
 class TreeSorter<T>
           
 

Methods in org.coinjema.collections with parameters of type HashTreeTraverser
 void ConfigurationTree.traverse(HashTreeTraverser<String> visitor)
           
 void HashTree.traverse(HashTreeTraverser<T> visitor)
          Allows any implementation of the HashTreeTraverser interface to easily traverse (depth-first) all the nodes of the HashTree.
 


Coinjema
1.7

Public Domain Software.