com.mchange.v1.lang.holders
Class SynchronizedCharHolder

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

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

public class SynchronizedCharHolder
extends Object
implements ThreadSafeCharHolder


Constructor Summary
SynchronizedCharHolder()
          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

SynchronizedCharHolder

public SynchronizedCharHolder()
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