org.apache.jorphan.collections |
|
Java Source File Name | Type | Comment |
Data.java | Class | Use this class to store database-like data. |
HashTree.java | Class | This class is used to create a tree structure of objects. |
HashTreeTraverser.java | Interface | By implementing this interface, a class can easily traverse a HashTree
object, and be notified via callbacks of certain events. |
ListedHashTree.java | Class | ListedHashTree is a different implementation of the
HashTree collection class. |
PackageTest.java | Class | |
SearchByClass.java | Class | Useful for finding all nodes in the tree that represent objects of a
particular type. |
SortedHashTree.java | Class | SortedHashTree is a different implementation of the
HashTree collection class. |