Class CaptureReference

  • All Implemented Interfaces:
    java.io.Serializable

    class CaptureReference
    extends java.util.concurrent.atomic.AtomicReference<java.lang.Object>
    Captured variable reference.
    • Constructor Summary

      Constructors 
      Constructor Description
      CaptureReference​(java.lang.Object o)  
    • Method Summary

      • Methods inherited from class java.util.concurrent.atomic.AtomicReference

        accumulateAndGet, compareAndSet, get, getAndAccumulate, getAndSet, getAndUpdate, lazySet, set, toString, updateAndGet, weakCompareAndSet
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CaptureReference

        CaptureReference​(java.lang.Object o)