Package org.castor.util.concurrent
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
ReadWriteLock ReadWriteLocks maintain a pair of associated locks.
Sync Main interface for locks, gates, and conditions.
Classes
ConcurrentHashMap A version of Hashtable supporting concurrency for both retrievals and updates:
Retrievals
Retrievals may overlap updates.
ConcurrentHashMap.Entry ConcurrentHashMap collision list entry.
ConcurrentHashMap.HashIterator No description provided.
ConcurrentHashMap.KeyIterator No description provided.
ConcurrentHashMap.Segment Bookkeeping for each concurrency control segment.
ConcurrentHashMap.ValueIterator No description provided.
ReaderPreferenceReadWriteLock A ReadWriteLock that prefers waiting readers over waiting writers when there is contention.
ReentrantWriterPreferenceReadWriteLock A writer-preference ReadWriteLock that allows both readers and writers to reacquire read or write locks in the style of a ReentrantLock.
WriterPreferenceReadWriteLock A ReadWriteLock that prefers waiting writers over waiting readers when there is contention.
WriterPreferenceReadWriteLock.ReaderLock No description provided.
WriterPreferenceReadWriteLock.Signaller Reader and Writer requests are maintained in two different wait sets, by two different objects.
WriterPreferenceReadWriteLock.WriterLock No description provided.

This package contains classes taken from EDU.oswego.cs.dl.util.concurrent library Version 1.3.4.

Author:
Doug Lea