locks Provide some lock implementations that are not available in the JDK. NonReentrantReadWriteLock Referencing the JDK's ReentrantReadWriteLock, implement a non-reentrant read-write lock based on the ReadWriteLock interface.