↓ 1 callersMethodtryLockMethod that try to acquire the lock. If it can, the method returns the true value. It it can't, the method return the false value
Chapter08/ch08_recipe08/src/com/packtpub/java9/concurrency/cookbook/chapter08/recipe08/task/MyLock.java:51