Interface ThreadSafeShortHolder

All Known Implementing Classes:
SynchronizedShortHolder, VolatileShortHolder

public interface ThreadSafeShortHolder
Deprecated.
use classes in com.mchange.v2.holders
  • Method Summary

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

    • getValue

      short getValue()
      Deprecated.
    • setValue

      void setValue(short c)
      Deprecated.