Uses of Interface
ca.odell.glazedlists.util.concurrent.ReadWriteLock

Packages that use ReadWriteLock
ca.odell.glazedlists   
ca.odell.glazedlists.util.concurrent   
 

Uses of ReadWriteLock in ca.odell.glazedlists
 

Fields in ca.odell.glazedlists declared as ReadWriteLock
protected  ReadWriteLock AbstractEventList.readWriteLock
          the read/write lock provides mutual exclusion to access
 

Methods in ca.odell.glazedlists that return ReadWriteLock
 ReadWriteLock DebugList.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.
 ReadWriteLock AbstractEventList.getReadWriteLock()
          Gets the lock required to share this list between multiple threads.
 

Methods in ca.odell.glazedlists with parameters of type ReadWriteLock
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.
 

Constructors in ca.odell.glazedlists with parameters of type ReadWriteLock
BasicEventList(int initialCapacity, ListEventPublisher publisher, ReadWriteLock readWriteLock)
          Creates a BasicEventList using the specified initial capacity, ListEventPublisher and ReadWriteLock.
BasicEventList(ListEventPublisher publisher, ReadWriteLock readWriteLock)
          Creates a BasicEventList using the specified ListEventPublisher and ReadWriteLock.
BasicEventList(ReadWriteLock readWriteLock)
          Creates a BasicEventList that uses the specified ReadWriteLock for concurrent access.
CompositeList(ListEventPublisher publisher, ReadWriteLock lock)
          Create a CompositeList that uses the given publisher and 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.
 

Uses of ReadWriteLock in ca.odell.glazedlists.util.concurrent
 

Classes in ca.odell.glazedlists.util.concurrent that implement ReadWriteLock
 class J2SE14ReadWriteLock
          An implementation of LockFactory that has been derived from backport-util-concurrent.
 

Methods in ca.odell.glazedlists.util.concurrent that return ReadWriteLock
 ReadWriteLock LockFactory.createReadWriteLock()
          Create a ReadWriteLock.
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2013-07-04 20:55