Interface ThreadSafeCharHolder

All Known Implementing Classes:
SynchronizedCharHolder, VolatileCharHolder

public interface ThreadSafeCharHolder
  • Method Summary

    Modifier and Type
    Method
    Description
    char
     
    void
    setValue(char c)
     
  • Method Details

    • getValue

      char getValue()
    • setValue

      void setValue(char c)