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

Quick Search    Search Deep

org.gjt.sp.util: Javadoc index of package org.gjt.sp.util.


Package Samples:

org.gjt.sp.util

Classes:

Log: This class provides methods for logging events. In terms of functionality, it is somewhere in between System.out.println() and full-blown logging packages such as log4j. All events are logged to an in-memory buffer and optionally a stream, and those with a high urgency (warnings and errors) are also printed to standard output. Logging of exception tracebacks is supported. This class can also optionally redirect standard output and error to the log.
CharIndexedSegment: Lets gnu.regexp search within Segment objects.
IntegerArray: A simple collection that stores integers and grows automatically.
ReadWriteLock: Implements consumer/producer locking scemantics.
SegmentBuffer: An extended segment that you can append text to.
WorkThreadProgressListener: A work thread execution progress listener.
WorkThread: Services work requests in the background.
WorkRequest: A subclass of the Runnable interface.
WorkThreadPool: A pool of work threads.

Home | Contact Us | Privacy Policy | Terms of Service