Interface ThreadSafeShortHolder

All Known Implementing Classes:
SynchronizedShortHolder, VolatileShortHolder

public interface ThreadSafeShortHolder
  • Method Summary

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

    • getValue

      short getValue()
    • setValue

      void setValue(short c)