com.mchange.v2.holders
Class VolatileCharHolder

java.lang.Object
  extended by com.mchange.v2.holders.VolatileCharHolder
All Implemented Interfaces:
ThreadSafeCharHolder, Serializable

public class VolatileCharHolder
extends Object
implements ThreadSafeCharHolder, Serializable

See Also:
Serialized Form

Constructor Summary
VolatileCharHolder()
           
 
Method Summary
 char getValue()
           
 void setValue(char value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VolatileCharHolder

public VolatileCharHolder()
Method Detail

getValue

public char getValue()
Specified by:
getValue in interface ThreadSafeCharHolder

setValue

public void setValue(char value)
Specified by:
setValue in interface ThreadSafeCharHolder