public class Semaphore extends java.lang.Object
Semaphore()
Semaphore(int i)
void
acquire()
release()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Semaphore()
public Semaphore(int i)
public void release()
public void acquire() throws java.lang.InterruptedException
java.lang.InterruptedException