Class CountingSemaphore

java.lang.Object
  |
  +--CountingSemaphore

public class CountingSemaphore
extends java.lang.Object


Constructor Summary
CountingSemaphore(int initValue)
           
 
Method Summary
 void P()
           
 void V()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountingSemaphore

public CountingSemaphore(int initValue)
Method Detail

P

public void P()

V

public void V()