Class BinarySemaphore


  • public final class BinarySemaphore
    extends Semaphore
    • Constructor Detail

      • BinarySemaphore

        public BinarySemaphore()
      • BinarySemaphore

        public BinarySemaphore​(int initial)
      • BinarySemaphore

        public BinarySemaphore​(boolean initial)
    • Method Detail

      • V

        public final void V()
        Overrides:
        V in class Semaphore