JADE v6.1

Package com.dautelle.util

Provides important classes either missing from the standard JDK library or for which the current JDK implementation has serious flaws.

See:
          Description

Class Summary
CachedMap This class provides cache access to Map collections.
Enum This class represents the base class for all enumerates; its semantic is somewhat similar to the new JDK Tiger enum base type, with some additional capabilities.
FastList This class represents a linked-list with real-time behavior (nodes allocated from the "stack" when executing in a PoolContext).
FastMap This class represents a Map collection with real-time behavior.
FastSet This class represents a Set backed by a FastMap instance.
FastString This class represents a Real-Time String.
FastString.Value This inner class represents a mutable image of an immutable FastString.
ReentrantLock This class represents a reentranl lock with the same semantics as built-in Java synchronized locks: Once a thread has a lock, it can re-obtain it any number of times without blocking.
Struct This class represents a C/C++ struct; it confers interoperability between Java classes and C/C++ struct.
TypeFormat This class provides utility methods to parse CharSequence into primitive types and to format primitive types into StringBuffer.
Union This class represents a C/C++ union; it works in the same way as Struct (sub-class) except that all members are mapped to the same location in memory.
Utf8StreamReader This class represents an UTF-8 stream reader.
Utf8StreamWriter This class represents an UTF-8 stream writer.
 

Package com.dautelle.util Description

Provides important classes either missing from the standard JDK library or for which the current JDK implementation has serious flaws.

Classes within this package are public domain (not copyrighted) unlike others J.A.D.E. classes which are covered by the LGPL licensing.


JADE v6.1

Copyright © 2004 Jean-Marie Dautelle.