Exploring What’s Inside java.util.concurrent Package (Part 2)

The above image shows the interfaces that are included in the java.util.concurrent.locks package.
In Part 1 of this series, we explored the contents inside the java.util.concurrent package. If you haven’t already, I would recommend reading that part first.