Package de.bb.util

A collection of useful classes for faster and leaner development.

See:
          Description

Interface Summary
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 Summary
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 A 2-level LRU cache implementation
Mime Some helpfull static functions to handle Mime encoding and decoding.
Misc Provides some useful functions to deal with byte arrays.
MultiMap This class is used to maintain key value pairs, sorted by key.
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 A SessionManager is used to manage sessions.
SingleMap 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 A LRU cache with limited life time to ensure refreshing of content.
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.
 

Package de.bb.util Description

A collection of useful classes for faster and leaner development. Contains various useful classes which are

Since:
16.01.2002