| IndexCache |
Persists a one or more 4-byte, integer index values to a
specified file.
|
| IndexCache.Index |
Tracks the individual index parameters and its location
within the cache file.
|
| MultiKey |
Allows multi-valued keys to be used in Java's single key
Map collections.
|
| MultiKey2 |
This MultiKey subclass uses generics to guarantee
key type and order.
|
| Properties |
Properties extends
java.util.Properties to include:
Loading properties from a named file and returning
a net.sf.eBus.util.Properties object.
|
| PropertiesEvent |
Contains the updated Properties object as event
source.
|
| PropertiesListener |
|
| SequentialTask |
When using a thread pool to execute tasks there is no
guarantee the tasks will be executed in the same sequential
order as offered to the pool.
|
| TimerEvent |
Deprecated.
|
| TimerTask |
Deprecated.
|
| TimerTaskListener |
Deprecated.
|
| Validator |
This class is used to collect invalid builder settings,
combining the invalid field names with text explaining why
the field is invalid.
|