Package nxt.util
Interface ReadWriteUpdateLock.Lock
-
- Enclosing class:
- ReadWriteUpdateLock
public static interface ReadWriteUpdateLock.LockLock interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasLock()Check if the thread holds the lockvoidlock()Obtain the lockvoidunlock()Release the lock
-