See: Description
| Class | Description |
|---|---|
| Browser |
Utilities for displaying a URL or local file in the current Browser
window using "browser -remote".
|
| Counter |
A simple wrapper data structure for storing an integer count
as an Object that can be put into lists, maps, etc.
|
| DoubleValue |
A simple wrapper data structure for storing a double real value
as an Object whose value can be reset.
|
| FilePrefixer |
Prefix all files in a directory with a particular prefix.
|
| MoreMath |
A place to put some additional math functions
|
| MoreString |
A place to put some additional string functions
|
| Porter |
The Porter stemmer for reducing words to their base stem form.
|
| Stats |
A place to put statistical routines
|
| UserInput |
A place to put some helper functions for interacting with the user
|
| Weight |
A simple wrapper data structure for storing a double weight
as an Object that can be put into lists, maps, etc.
|