Interface ThreadSafeByteHolder

All Known Implementing Classes:
SynchronizedByteHolder, VolatileByteHolder

public interface ThreadSafeByteHolder
  • Method Summary

    Modifier and Type
    Method
    Description
    byte
     
    void
    setValue(byte b)
     
  • Method Details

    • getValue

      byte getValue()
    • setValue

      void setValue(byte b)