poi.support
Class SynchronizedInteger

java.lang.Object
  extended by poi.support.SynchronizedInteger

public class SynchronizedInteger
extends java.lang.Object

Support AtmicInteger Class.
for Java 1.4.


Constructor Summary
SynchronizedInteger(int value)
           
 
Method Summary
 int getAndIncrement()
           
 int incrementAndGet()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizedInteger

public SynchronizedInteger(int value)
Method Detail

getAndIncrement

public int getAndIncrement()

incrementAndGet

public int incrementAndGet()