public interface WriteLock extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
lock() |
default boolean |
locked() |
void |
unlock() |
void lock()
void unlock()
void close()
close in interface AutoCloseableclose in interface Closeabledefault boolean locked()
Copyright © 2019. All rights reserved.