Package | Description |
---|---|
fr.liglab.adele.cilia | |
fr.liglab.adele.cilia.util.concurrent |
Modifier and Type | Field and Description |
---|---|
protected ReadWriteLock |
Data.lock
The lock used to keep data integrity.
|
Modifier and Type | Class and Description |
---|---|
class |
ReentrantWriterPreferenceReadWriteLock |
class |
WriterPreferenceReadWriteLock |
Constructor and Description |
---|
SyncCollection(Collection collection,
ReadWriteLock rwl)
Create a new SyncCollection protecting the given collection,
and using the given ReadWriteLock to control reader and writer methods.
|
SyncList(List list,
ReadWriteLock rwl)
Create a new SyncList protecting the given list,
and using the given ReadWriteLock to control reader and writer methods.
|
SyncMap(Map map,
ReadWriteLock rwl)
Create a new SyncMap protecting the given map,
and using the given ReadWriteLock to control reader and writer methods.
|
SyncSet(Set set,
ReadWriteLock rwl)
Create a new SyncSet protecting the given set,
and using the given ReadWriteLock to control reader and writer methods.
|
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.