|
Coinjema 1.7 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |