Locker.Lock

Undocumented in source.
class Locker
class Lock : AutoCloseable {}

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AutoCloseable

close
void close()

Closes this resource, relinquishing any underlying resources. This method is invoked automatically on objects managed by the {@code try}-with-resources statement.

Meta