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

Quick Search    Search Deep

Uses of Package
org.jdaemon.util

Classes in org.jdaemon.util used by org.jdaemon.util
Accessor
          An adapter interface which allows attributes of an object to be accessed via standard methods.
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
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
QuickList
          A quick-and-dirty LISP-style list class.