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 AutoCloseable
close
in interface Closeable
default boolean locked()
Copyright © 2020. All rights reserved.