Interface ThreadSafeDoubleHolder

All Known Implementing Classes:
SynchronizedDoubleHolder

public interface ThreadSafeDoubleHolder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    void
    setValue(double d)
     
  • Method Details

    • getValue

      double getValue()
    • setValue

      void setValue(double d)