public class RWLock extends Object
| Constructor and Description |
|---|
RWLock() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
runReadOperation(Callable<T> call) |
void |
runReadOperation(Runnable r) |
<T> T |
runWriteOperation(Callable<T> call) |
void |
runWriteOperation(Runnable r) |
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.