com.mchange.v2.holders
Class SynchronizedCharHolder

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

public class SynchronizedCharHolder
extends Object
implements ThreadSafeCharHolder, Serializable

See Also:
Serialized Form

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

SynchronizedCharHolder

public SynchronizedCharHolder()
Method Detail

getValue

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

setValue

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