See: Description
| Interface | Description |
|---|---|
| Pool.Factory |
Defines the requirements for an object that creates, destroys and validates objects, which are maintained by a
Pool.
|
| SessionManager.Callback |
This interface is used by the SessionManager, which maintains objects which live a distinct time.
|
| ThreadManager.Factory |
Interface which contains the thread creating function.
|
| Class | Description |
|---|---|
| ByteRef |
A String like class to manipulate byte arrays.
|
| ByteUtil |
A Helper class to piped typed data into OutputStreams (and vice versa maybe...
|
| CharRef |
A String like class to manipulate byte arrays.
|
| DateFormat |
A collection of high speed date conversion functions.
|
| FileBrowser |
This is a base class to iterate over files and directories, which can be configured with a pattern.
|
| IniFile |
Provides the functionality to use and maintain Windows(TM)-style *.ini files.
|
| LogFile |
Provides simple log facilities.
|
| LRUCache<K,V> |
A 2-level LRU cache implementation. - Both levels are implemented as global LRU lists.
|
| Mime |
Some helpfull static functions to handle Mime encoding and decoding.
|
| MimeFile | |
| MimeFile.Info | |
| Misc |
Provides some useful functions to deal with byte arrays.
|
| MultiMap<K,V> |
This class is used to maintain key value pairs, sorted by key.
|
| Pair<A,B> |
STL like helper class for pairs.
|
| PersistantTimedLRUCache |
A LRU cache with limited life time to ensure refreshing of content.
|
| Pool |
Used to manage objects.
|
| Process |
Eases the invokation of external programs.
|
| SessionManager<K,V> |
A SessionManager is used to manage sessions.
|
| SingleMap<K,V> |
This class is used to maintain key value pairs, sorted by key.
|
| Sort |
Sort implementations.
|
| ThreadManager |
Used to manage threads for the same task, when the count of needed tasks changes with the time.
|
| ThreadManager.Thread |
Abstract class for all threads used with the ThreadManager.
|
| TimedLRUCache<K,V> |
A LRU cache with limited life time to ensure refreshing of content.
|
| TinyIdentitySet<T> |
A set with as few as possible memory usage.
|
| Trie |
An implementation of a character based Trie.
|
| Version |
Version information.
|
| XmlFile |
Provides the functionality to use and maintain XML files.
|
| ZipClassLoader |
Extends URLClassLoader and provides more functionality.
|