Class MyMutex

  • Direct Known Subclasses:
    ThreadUtil.MyMutex

    public class MyMutex
    extends java.lang.Object
    placeholder for future use
    • Constructor Summary

      Constructors 
      Constructor Description
      MyMutex()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notifyMe()  
      java.lang.String toString()  
      boolean waitForMe​(int t)  
      • Methods inherited from class java.lang.Object

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

      • MyMutex

        public MyMutex()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()
      • notifyMe

        public void notifyMe()
      • waitForMe

        public boolean waitForMe​(int t)