public class ReaderWriterLock extends Object
Constructor and Description |
---|
ReaderWriterLock()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
lockRead()
Grab the read lock.
|
void |
lockWrite()
Grab the write lock.
|
void |
unlock()
Unlock.
|
Copyright © 2001–2018 JFree.org. All rights reserved.