DJDoc v.1.0.0b-1

Package net.sf.djdoc.util

The util package contains classes that define data structures and utility classes responsible for manipulating objects.

See:
          Description

Interface Summary
HittableList<T extends Hittable> The instances of the HittableList interface are aggregations of Hittable objects, i.e. objects that can be "hit" or marked as accessed.
 

Class Summary
BunchList The BunchList class represents a user-specific list of all available packages of an API, together with information about the most recently and most often accessed packages.
HitList<T extends Hittable> The HitList class is an implementation of the SortedSet interface with a maximum size; attempts to add elements beyond that size will result cause the last elements (with respect to the Set's Comparator to be dropped from the set.
IOUtils This utility class contains a number of useful static methods related to Stream manipulation.
ItemList The ItemList class represents a user-specific list of all available class items (i.e. classes, interfaces, enums etc.) of a package, together with information about the most recently and most often accessed items.
Logging The Logging class is a utility class wrapping the access to the Apache Log4J logging library.
StringUtils The StringUtils class is a utility class with various String manipulation methods.
XmlUtils XmlUtils is a utility class used for manipulation of XML files and/or structured data.
 

Package net.sf.djdoc.util Description

The util package contains classes that define data structures and utility classes responsible for manipulating objects.


DJDoc v.1.0.0b-1