36373839404142
public ThreadSafeOperationRegistry() { super(); // Create an upgradable reader/writer lock. lock = new RWLock(true); }