|
Class Summary |
| ArrayUtils |
A collection of array transformation utilities. |
| Clock |
Implementation of a stop watch. |
| FileCache |
The FileCache is a simple implementation of a permanent
cache. |
| FileUtils |
A collection of file system related utilities. |
| HashDictionary |
A Dictionary that is based on a hash set and allows lookups
in constant time. |
| HTMLConverter |
The HTMLConverter can be used to convert an HTML document to
plain text. |
| PageRankParser |
Determines the page rank of a URL. |
| Properties |
Properties class the way it was meant to be; Generics and property filtering
and manipulation based on the conventional dot-separator property name
syntax. |
| RegexConverter |
The RegexConverter can be used to tranform a string into a
regular expression and to build a query string from a regular expression. |
| StringUtils |
A collection of utilities for string processing. |
| TimerThread |
A TimerThread interrupts another thread after a timeout has
occurred. |