CachePolicy |
Interface that specifies a policy for caches.
|
CharacterChecker |
Character checker interface.
|
Counter |
An integer counter class.
|
Executable |
Interface for the execution of a task.
|
HashCode |
A hash-code generator and a collection of static hash-code generation
methods.
|
Heap |
Data structure that mantains data in a ordered binary tree; each node is
greater (smaller) or equal than its 2 sub-nodes, for all the hierarchy.
|
JBossInterface |
Clone the object without throwing a typed exception.
|
JBossStringBuilder |
A JBossStringBuilder, providing the same functionality as the
java5 StringBuilder, except no Appendable which is java5 specific.
|
LongCounter |
A long integer counter class.
|
LRUCachePolicy.LRUCacheEntry |
Double linked cell used as entry in the cache list.
|
LRUCachePolicy.LRUList |
Double queued list used to store cache entries.
|
NestedError |
A common superclass for Error classes that can
contain a nested Throwable detail object.
|
NestedThrowable |
Interface which is implemented by all the nested throwable flavors.
|
Null |
A class that represents null.
|
Semaphore |
Semaphore that can allow a specified number of threads to enter, blocking the
others.
|
SoftObject |
Convenience class to wrap an Object into a SoftReference.
|
StopWatch |
Simulates a stop watch with a lap counter.
|
Strings.Range |
Represents a range between two integers.
|
Sync |
Interface that gives synchronization semantic to implementors
|
SysPropertyActions.SysProps |
|
ThrowableListener |
An interface used to handle Throwable events.
|
TimedCachePolicy.ResolutionTimer |
|
TimedCachePolicy.TimedEntry |
The interface that cache entries support.
|
TimerTask |
A class that represent a task that can be scheduled for one-shot or
repeated execution by a TimerQueue .
|
WaitSync |
Interface that gives wait - notify primitives to implementors.
|
WeakObject |
Convenience class to wrap an Object into a WeakReference.
|
WorkerQueue |
Class that queues Executable jobs that are executed sequentially
by a single thread.
|
WorkerQueue.JobItem |
Simple linked cell, that has only a reference to the next job.
|