Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

iiuf.util.graph.* (16)

iiuf.util: Javadoc index of package iiuf.util.


Package Samples:

iiuf.util.graph

Classes:

EventListenerList: Event listener list implementation. This implementation is compatible with javax.swing.EventListenerList but uses weak references to the listeners to avoid memory leaks. Event listener list are prone to memory leaks because clients often forget or are unable to remove them properly. Classes using EventListenerList should implement beside the standard addXXXListener(EventListener l) and removeXXXListener(EventListener l) methods an addXXXListener(EventListener l, boolean weak) method that allows addition of listeners using strong references if required by the client. (c) 2001, IIUF, DIUF
Base64Encoder: BASE64 encoder implementation. This object takes as parameter an input stream and an output stream. It encodes the input stream, using the BASE64 encoding rules, as defined in MIME specification and emit the resulting data to the output stream.
Timer: The timer class. This class implements timer tasks that can be run at a specified time. This class stores tasks in an efficient tree representation which keeps the insert and remove costs almost constant even for a large (> 10000) number of tasks. (c) 1999, 2000, 2001, IIUF, DIUF
AsyncAccelerator: AsyncInvocation accelerator. Implement this interface for Async invocation that should/can not be called by the refelection invocation mechanism such as non-public classes and performance sensitive calls. (c) 2000, 2001, IIUF, DIUF
UnicodeTranslator: Unicode translator base class. Usually sublcasses store an instance of itslef in a public static variable called "trans". public static UnicodeTranslator trans = new UTXxxxx(); (c) 1999, 2000, 2001, IIUF, DIUF
Base64Decoder: Decode a BASE64 encoded input stream to some output stream. This class implements BASE64 decoding, as specified in the MIME specification .
FilePreferences: Implementation of file based prefernces store. Preferences are stored in the user home directory undser the name given to the creator. (c) 1999, 2000, 2001, IIUF, DIUF
Unicode: Latin-1 Unicode constants 00A0-00FF. Use java iiuf.util.UnicodeTranslator to dump a printable form of this table. (c) 1999, 2000, 2001, IIUF, DIUF
Crypt: Java-based implementation of the unix crypt command. Based upon C source code written by Eric Young, eay@psych.uq.oz.au (c) 1999, 2000, 2001, IIUF, DIUF
UTTeX: Unicode to TeX translator. Needs package textcomp for certain translations. (c) 1999, 2000, 2001, IIUF, DIUF
PrefReanimator: Interface for preferences states that are able to reanimate (create) instances. (c) 2000, 2001, IIUF, DIUF
ClusteringQueue: Implementation of a generalized async executin clustering queue class. (c) 1999, 2000, 2001, IIUF, DIUF
UTMacOS: Unicode MacOS translator. ð used for non-mapped codes. (c) 1999, 2000, 2001, IIUF, DIUF
Queue: Implementation of a generalized async execution queue class. (c) 1999, 2000, 2001, IIUF, DIUF
GraphException: Graph exception, thrown when graph invariants are violated. (c) 2000, 2001, IIUF, DIUF
NotImplementedException: Throw this if something is not implemented. (c) 2000, 2001, IIUF, DIUF
BinaryTreeNode: Implementation of a binary tree node. (c) 1999, 2000, 2001, IIUF, DIUF
CopyThread: Copies data from an input stream to a print stream. (c) 2001, DIUF
RedBlackNode: Red black tree node implementation. (c) 1999, 2000, 2001, IIUF, DIUF
BinaryTree: Generic binary tree implementation. (c) 1999, 2000, 2001, IIUF, DIUF
Path: Path encapsualtion, a path is a sequence of nodes. (c) 2001, DIUF
Tree: Implementation of tree base class. (c) 1999, 2000, 2001, IIUF, DIUF
PrefNamer: Preferences naming generator interface. (c) 2000, 2001, IIUF, DIUF
Trans: Some useful data transformation. (c) 1999, 2000, 2001, IIUF, DIUF
PrefPropertyWatcher: Generic property preferences watcher. (c) 2000, 2001, IIUF, DIUF

Home | Contact Us | Privacy Policy | Terms of Service