Class Lock


  • public final class Lock
    extends java.lang.Object
    Type-safe monitor class to be used in place of Object for readability.
    Since:
    1.2.6
    Author:
    Jonathan Locke
    • Constructor Summary

      Constructors 
      Constructor Description
      Lock()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Lock

        public Lock()