gnu.kawa.util |
|
Java Source File Name | Type | Comment |
FixupHtmlToc.java | Class | A utility class for updating web pages.
This is used for the Kawa/Qexo web pages.
It assumes an input html file which looks like:
... |
GeneralHashTable.java | Class | A generic hash table.
Supports deletions, and re-allocates the table when too big.
The equivalence relation can be customized. |
HashNode.java | Class | An entry in a
GeneralHashTable . |
PreProcess.java | Class | Help class to pre-process Java source. |
RangeTable.java | Class | Map integers to Object.
Future implementaton will be optimized for ranges that map to the
same value, but the current implementation is bad except for 0..127. |