| Class | Description |
|---|---|
| LinkedHashtable | A hashtable that preserves the order in which the values are added. When you get the list of values or keys, the list will be in the same order in which they were added, while still preserving the hashtable's performance when querying by key.
Author Jacob W Anderson Date 09 Jan 2003 Version $Revision: 1.2 $
|
| XmlUtils | Summary description for XmlUtils. |