Package com.mchange.v2.holders
Interface ThreadSafeCharHolder
-
- All Known Implementing Classes:
SynchronizedCharHolder
,VolatileCharHolder
public interface ThreadSafeCharHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char
getValue()
void
setValue(char c)
-