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 © 2018. All rights reserved.