See: Description
| Interface | Description |
|---|---|
| ClazzInitializer | |
| FairObjectPool.InstanceCreator | |
| LogSubscriber |
Classes which want to be notified about new debug messages must implement this interface and fill
the notify() method.
|
| ObjectPool.InstanceCreator | |
| SimpleStringBuilder |
| Class | Description |
|---|---|
| AppSequenceTracker | |
| Clazz | |
| FairObjectPool |
This object pool supports a maximum size in addition to the behavior the normal object pool has.
|
| IDGenerator |
This class can be used to create RFC-4122 time based Universally Unique Identifiers with random
host node part.
|
| Log |
Debug class provides logging mechanism and control over the output messages.
Use this instead of System.out.println(). To change the debug level and the message output, use setDebugLevel(int level). e.g. setDebugLevel(Debug.DEBUG_LEVEL_WARNING);DEBUG_LEVEL_DEBUG = highest output level, every message shown. DEBUG_LEVEL_INFO = show information, log, warn and error messages only. DEBUG_LEVEL_LOG = show log, warn and error messages only. DEBUG_LEVEL_WARN = show warn and error messages only. DEBUG_LEVEL_ERROR = show error messages only. DEBUG_LEVEL_NO_LOGGING = show nothing. |
| Math |
Some maths functions missing on CLDC.
|
| ObjectPool | |
| Search |
This class implements some search algorithms.
|
| Search.KMPAlgoInputStream |
This stream encapsulates the search with the Knuth-Morris-Pratt algorithm for a pattern.
|
| SecurityHelper |
Created by daniel on 06.09.16.
|
| SerializeUtil | |
| StringUtil | |
| Sync |
Synchronizes objects for correct wait() and notify() implementation as described in
Object.wait().
|
| TimedEntry |
Class to memorize time information.
|
| Toolkit |
This utility class includes a collection of methods, which are specific to different Java
Editions.
|
| WatchDog |
| Exception | Description |
|---|---|
| WS4DIllegalStateException |
Utility package including a Log implementation, additional mathematical methods, search algorithms, a WatchDog and an ObjectPool, etc.