public class Semaphore extends Object
Semaphore()
Semaphore(int i)
int
getCount()
void
P()
V()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Semaphore()
public Semaphore(int i)
public int getCount()
public void V()
public void P()