Interface ThreadSafeCharHolder
- All Known Implementing Classes:
SynchronizedCharHolder, VolatileCharHolder
public interface ThreadSafeCharHolder
-
Method Summary
-
Method Details
-
getValue
char getValue() -
setValue
void setValue(char c)
-
SynchronizedCharHolder, VolatileCharHolder