Package org.apache.jorphan.collections


package org.apache.jorphan.collections
  • Class
    Description
    Use this class to store database-like data.
    This class is used to create a tree structure of objects.
    By implementing this interface, a class can easily traverse a HashTree object, and be notified via callbacks of certain events.
    ListedHashTree is a different implementation of the HashTree collection class.
    Useful for finding all nodes in the tree that represent objects of a particular type.