Package jd.util

Contains utility classes.

See:
          Description

Interface Summary
Comparator A comparison function, which imposes a total ordering on some collection of objects.
KeyList Key represents a sorted list of text-value pairs.
 

Class Summary
Arguments An iterator for command line arguments.
ClassUtil A collection of class utility functions.
Config Config represents a set of key-value pairs.
Date A class for storing date values.
DateFormat DateFormat prvoides locale dependent formatting of dates.
IntKeyHashtable A Hashtable which has keys of type int and values of type Object.
IntValHashtable A Hashtable which has keys of type Object and values of type int.
IntVector A Vector class with values of type int.
Quicksort A Quicksort implementation.
SimpleKeyList SimpleKeyList represents a list of text-value pairs.
StringComparator  
StringUtil A collection of string utility functions.
TextBuffer A StringBuffer like class with direct access to its underlying char array.
Time Time represents a time.
 

Exception Summary
BadArgException  
ChainedException ChainedException is a Exception which can store a exception.
ChainedRuntimeException ChainedRuntimeException is a RuntimeException which can store a exception.
 

Package jd.util Description

Contains utility classes.