com.mchange.v1.lang.holders
Class SynchronizedCharHolder
java.lang.Object
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
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 |
SynchronizedCharHolder
public SynchronizedCharHolder()
- Deprecated.
getValue
public char getValue()
- Deprecated.
- Specified by:
getValue
in interface ThreadSafeCharHolder
setValue
public void setValue(char value)
- Deprecated.
- Specified by:
setValue
in interface ThreadSafeCharHolder