|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
CommonThrowable | An interface common to exceptions in projects that depend on Java-Common. |
Function | |
IntIterator | |
ObjectFactory | ObjectFatory is a factory used by ObjectPool when
pool is empty and needs to create new instance of
PoolableObject |
PoolableObject | An object that is able of being recycled and stored in an object pool. |
SchedulerTask | Deprecated. Use concurency from Java 1.5 instead. |
Suspendable | Objects implementing this interface control a process which can be suspended on request. |
TimeProvider | Interface implemented by providers of current time. |
Class Summary | |
---|---|
AbstractSchedulerTask | This is a convenience implementation of SchedulerTask
interface. |
ArrayEnumeration | A simple implementation of both the java.util.Enumeration and
java.util.Iterator that iterates over the array of type
Object[] . |
ArrayHelper | A class containing convenience methods for working with arrays. |
ArrayIterator<T> | An iterator for iterating arrays. |
BeanInfoSupport | |
BitSetUtilities | BitSetUtilities containes usefull clases to manipulate with
BitSet . |
DateSpan | |
Debug | This class generalizes the debug output by providing additional
functionality to the System.out.println output, such as enabling, disabling
debug or indenting the output. All methods and fields are declared as static to simplify use. Indentation can be used to perform stack traces of the methods order of execution. This class is intended to duplicate the C/C++ macro IFDEF functionality. |
DefaultObjectFactory | DefaultObjectFactory is default ObjectFactory implementation. |
DefaultTimeProvider | Default implementation of the TimeProvider } which returns the system
time. |
EmptyEnumeration | This class defines enumeration with no elements. |
ExtendedProperties | DOCUMENT ME! |
FormatCache | Helper class that caches PrintfFormat classes. |
Heap | Simple heap implementation. |
IdentityFunction | DOCUMENT ME! |
IntIterator.Default | |
Iterators | Utilities for working with iterators. |
LinearFunction | DOCUMENT ME! |
ListenerList | A listener list is an efficient data structure for holding listeners. |
MockTimeProvider | Mock implementation of a TimeProvider , which returns pre-set time. |
NameValueList | A simple name-value list. |
NoElementsIterator<T> | An iterator over an empty set. |
NumericStringComparator | NumericStringComparator ... |
ObjectList | A simple resizable threadsafe array. |
ObjectPool | A simple object pool. |
PrimitiveDoubleList | |
PrimitiveLongList | |
PrintfFormat | PrintfFormat allows the formatting of an array of objects embedded within a string. |
PropertyChangeHelper | A support class that acts as a java.beans.PropertyChangeSupport with the ability
to be extended by classes that need PropertyChange events and an internal
map-like store for property values which automatically fires PropertyChangeEvent s |
ResizableDoubleList | This is a gadget for storing values of prmitive double type
with java.lang.ArrayList -like functionality and
considerably better performance. |
Scheduler | Scheduler implementation that prevents single tasks from locking up entire scheduler. |
StringBufferUtilities | |
StringComparator | Insert the type's description here. |
StringHelper | Deprecated. renamed to StringUtilities |
StringUnicoder | This class provides converter from any character to unicode escape code. |
StringUtilities | Usefull methods for working with strings. |
ThreadPool | Deprecated. This implementation has been replaced by java.util.concurent package |
TreeIterator<T,U> | Iterator for tree-like structures. |
WildcharMatcher | A Unix-like wildchar matcher. |
XMLTransformer | A simple runnable class that transforms a stylesheet and an XML document into a HTML document. |
Enum Summary | |
---|---|
BitCondition | Describes condition of single bit in StatusBit when bit is on
(bit value is 1) or when bit is off (bit value is 0). |
TreeIterator.Order |
Exception Summary | |
---|---|
CombinedException |
CombinedException holds together association of exception,
which was for some reason thrown together. |
CommonException | This is the basic checked exceptions for the Java projects. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |