Package | Description |
---|---|
ca.odell.glazedlists | |
ca.odell.glazedlists.util.concurrent |
Modifier and Type | Field and Description |
---|---|
protected ReadWriteLock |
AbstractEventList.readWriteLock
the read/write lock provides mutual exclusion to access
|
Modifier and Type | Method and Description |
---|---|
ReadWriteLock |
DebugList.getReadWriteLock()
Gets the lock required to share this list between multiple threads.
|
ReadWriteLock |
AbstractEventList.getReadWriteLock()
Gets the lock required to share this list between multiple threads.
|
ReadWriteLock |
EventList.getReadWriteLock()
Gets the lock required to share this list between multiple threads.
|
Modifier and Type | Method and Description |
---|---|
static <E> EventList<E> |
GlazedLists.eventList(ListEventPublisher publisher,
ReadWriteLock lock,
java.util.Collection<? extends E> contents)
Creates a new
EventList with the given ListEventPublisher and
ReadWriteLock which contains the contents of the specified
Collection . |
static <E> EventList<E> |
GlazedLists.eventListOf(ListEventPublisher publisher,
ReadWriteLock lock,
E... contents)
Creates a new
EventList with the given ListEventPublisher and
ReadWriteLock which contains the given elements. |
Constructor and Description |
---|
BasicEventList(int initialCapacity,
ListEventPublisher publisher,
ReadWriteLock readWriteLock)
Creates a
BasicEventList using the specified initial capacity,
ListEventPublisher and ReadWriteLock . |
BasicEventList(ListEventPublisher publisher,
ReadWriteLock readWriteLock)
|
BasicEventList(ReadWriteLock readWriteLock)
Creates a
BasicEventList that uses the specified ReadWriteLock
for concurrent access. |
CompositeList(ListEventPublisher publisher,
ReadWriteLock lock)
|
CompositeList(ReadWriteLock lock)
Deprecated.
replaced by
CompositeList.CompositeList(ListEventPublisher, ReadWriteLock) , because
prebuilt member lists should share lock and publisher with the
CompositeList. |
PluggableList(ListEventPublisher publisher,
ReadWriteLock lock)
Constructs a PluggableList which uses the given
publisher
and lock . |
Modifier and Type | Class and Description |
---|---|
class |
J2SE14ReadWriteLock
An implementation of
LockFactory that has been derived from
backport-util-concurrent. |
Modifier and Type | Method and Description |
---|---|
ReadWriteLock |
LockFactory.createReadWriteLock()
Create a
ReadWriteLock . |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by buildd at 2016-05-16 17:00