Package com.jalios.util
Class BinarySemaphore
- java.lang.Object
-
- com.jalios.util.Semaphore
-
- com.jalios.util.BinarySemaphore
-
public final class BinarySemaphore extends Semaphore
-
-
Constructor Summary
Constructors Constructor Description BinarySemaphore()
BinarySemaphore(boolean initial)
BinarySemaphore(int initial)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
V()
-
Methods inherited from class com.jalios.util.Semaphore
interruptibleP, P, toString, value
-
-