com.mchange.v2.holders
Class SynchronizedCharHolder
java.lang.Object
com.mchange.v2.holders.SynchronizedCharHolder
- All Implemented Interfaces:
- ThreadSafeCharHolder, Serializable
public class SynchronizedCharHolder
- extends Object
- implements ThreadSafeCharHolder, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynchronizedCharHolder
public SynchronizedCharHolder()
getValue
public char getValue()
- Specified by:
getValue
in interface ThreadSafeCharHolder
setValue
public void setValue(char value)
- Specified by:
setValue
in interface ThreadSafeCharHolder