Class AtomicInt96


  • public class AtomicInt96
    extends java.lang.Object
    This class provides the ability to atomically update a Int96 value.
    • Constructor Summary

      Constructors 
      Constructor Description
      AtomicInt96()  
    • Constructor Detail

      • AtomicInt96

        public AtomicInt96()
    • Method Detail

      • get

        public Int96 get()
      • incrementAndGet

        public Int96 incrementAndGet()
      • set

        public void set​(int msb,
                        long lsb)