Interface IntrusiveStack.Setter<O,T>
-
- Enclosing class:
- IntrusiveStack<T extends IntrusiveStack<T>>
protected static interface IntrusiveStack.Setter<O,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
compareAndSet(O owner, T expect, T update)
-