Frames | No Frames |
Constructors with parameter type ca.odell.glazedlists.util.concurrent.ReadWriteLock | |
Creates a BasicEventList that uses the specified ReadWriteLock
for concurrent access. | |
BasicEventList<E>.BasicEventList(int initialCapacity, ListEventPublisher publisher, ReadWriteLock readWriteLock) Creates a BasicEventList using the specified initial capacity,
ListEventPublisher and ReadWriteLock . | |
Create a CompositeList that uses the given lock . |
Fields of type ca.odell.glazedlists.util.concurrent.ReadWriteLock | |
ReadWriteLock | the read/write lock provides mutual exclusion to access |
Methods with return type ca.odell.glazedlists.util.concurrent.ReadWriteLock | |
ReadWriteLock | |
ReadWriteLock | |
ReadWriteLock | Gets the lock required to share this list between multiple threads. |
Classes implementing ca.odell.glazedlists.util.concurrent.ReadWriteLock | |
class | An implementation of LockFactory that has been derived from
backport-util-concurrent. |
Methods with return type ca.odell.glazedlists.util.concurrent.ReadWriteLock | |
ReadWriteLock | Create a ReadWriteLock . |