Interface ThreadSafeLongHolder

All Known Implementing Classes:
SynchronizedLongHolder

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

    Modifier and Type
    Method
    Description
    long
    Deprecated.
     
    void
    setValue(long l)
    Deprecated.
     
  • Method Details

    • getValue

      long getValue()
      Deprecated.
    • setValue

      void setValue(long l)
      Deprecated.