Interface IntrusiveStack.Setter<O,T>

Enclosing class:
IntrusiveStack<T extends IntrusiveStack<T>>

protected static interface IntrusiveStack.Setter<O,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    compareAndSet(O owner, T expect, T update)
     
  • Method Details

    • compareAndSet

      boolean compareAndSet(O owner, T expect, T update)