com.mchange.v2.holders
Class VolatileCharHolder
java.lang.Object
com.mchange.v2.holders.VolatileCharHolder
- All Implemented Interfaces:
- ThreadSafeCharHolder, Serializable
public class VolatileCharHolder
- 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 |
VolatileCharHolder
public VolatileCharHolder()
getValue
public char getValue()
- Specified by:
getValue
in interface ThreadSafeCharHolder
setValue
public void setValue(char value)
- Specified by:
setValue
in interface ThreadSafeCharHolder