Interface ThreadSafeFloatHolder

All Known Implementing Classes:
SynchronizedFloatHolder, VolatileFloatHolder

public interface ThreadSafeFloatHolder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    void
    setValue(float f)
     
  • Method Details

    • getValue

      float getValue()
    • setValue

      void setValue(float f)