Interface ThreadSafeLongHolder

  • All Known Implementing Classes:
    SynchronizedLongHolder

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

      • getValue

        long getValue()
        Deprecated.
      • setValue

        void setValue​(long l)
        Deprecated.