com.mchange.v1.lang.holders
Class VolatileCharHolder

java.lang.Object
  extended by com.mchange.v1.lang.holders.VolatileCharHolder
All Implemented Interfaces:
ThreadSafeCharHolder

Deprecated. use classes in com.mchange.v2.holders

public class VolatileCharHolder
extends Object
implements ThreadSafeCharHolder


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

Constructor Detail

VolatileCharHolder

public VolatileCharHolder()
Deprecated. 
Method Detail

getValue

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

setValue

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