Interface ThreadSafeIntHolder

All Known Implementing Classes:
SynchronizedIntHolder, VolatileIntHolder

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

    Modifier and Type
    Method
    Description
    int
    Deprecated.
     
    void
    setValue(int i)
    Deprecated.
     
  • Method Details

    • getValue

      int getValue()
      Deprecated.
    • setValue

      void setValue(int i)
      Deprecated.