Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jdaemon.util

Interface Summary
Accessor An adapter interface which allows attributes of an object to be accessed via standard methods.
NTree Interface for N-dimensional trees 1 dimensional tree is a binary tree 2 dimensional tree is a quadtree 3 dimensional tree is an octree 4+ dimensions is a hyper-quadtree
 

Class Summary
ArrayAccessor Accessor which allows items stored in an array to be given names and accessed via those names.
AttributeList Simple class for dynamically created list of Name/Value pairs.
AttributeList.Entry Class for an entry in an AttributeList; Basically just a name/value pair
BeanAccessor Accessor which allows items stored in a bean-like object to be given symbolic names.
QuickList A quick-and-dirty LISP-style list class.
TestBeanAccessor Test class for BeanAccessor