Interface ThreadSafeLongHolder

All Known Implementing Classes:
SynchronizedLongHolder

public interface ThreadSafeLongHolder
  • Method Summary

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

    • getValue

      long getValue()
    • setValue

      void setValue(long l)