Interface ThreadSafeDoubleHolder

  • All Known Implementing Classes:
    SynchronizedDoubleHolder

    public interface ThreadSafeDoubleHolder
    Deprecated.
    use classes in com.mchange.v2.holders
    • Method Detail

      • getValue

        double getValue()
        Deprecated.
      • setValue

        void setValue​(double d)
        Deprecated.