protected static <T extends IntrusiveStack<T>> long |
IntrusiveStack.accumulate(T list,
LongAccumulator<T> accumulator,
long initialValue) |
|
protected static <T extends IntrusiveStack<T>> void |
IntrusiveStack.forEach(T list,
java.util.function.Consumer<? super T> forEach) |
|
protected static <T extends IntrusiveStack<T>,O> java.lang.Iterable<T> |
IntrusiveStack.iterable(java.util.concurrent.atomic.AtomicReferenceFieldUpdater<O,T> headUpdater,
O owner) |
|
protected static <T extends IntrusiveStack<T>> java.lang.Iterable<T> |
IntrusiveStack.iterable(T list) |
|
protected static <T extends IntrusiveStack<T>> java.util.Iterator<T> |
IntrusiveStack.iterator(T list) |
|
protected static <O,T extends IntrusiveStack<T>> T |
IntrusiveStack.push(java.util.concurrent.atomic.AtomicReferenceFieldUpdater<? super O,T> headUpdater,
O owner,
T prepend) |
|
protected static <O,T extends IntrusiveStack<T>> T |
IntrusiveStack.push(java.util.concurrent.atomic.AtomicReferenceFieldUpdater<O,T> headUpdater,
O owner,
T prepend,
java.util.function.BiFunction<T,T,T> combine) |
|
protected static <O,T extends IntrusiveStack<T>> T |
IntrusiveStack.push(java.util.function.Function<O,T> getter,
IntrusiveStack.Setter<O,T> setter,
O owner,
T prepend) |
|
protected static <O,T extends IntrusiveStack<T>> T |
IntrusiveStack.push(java.util.function.Function<O,T> getter,
IntrusiveStack.Setter<O,T> setter,
O owner,
T prepend,
java.util.function.BiFunction<T,T,T> combine) |
|
protected static <T extends IntrusiveStack<T>,O> void |
IntrusiveStack.pushExclusive(java.util.concurrent.atomic.AtomicReferenceFieldUpdater<O,T> headUpdater,
O owner,
T prepend) |
|
protected static <O,T extends IntrusiveStack<T>> void |
IntrusiveStack.pushExclusive(java.util.concurrent.atomic.AtomicReferenceFieldUpdater<O,T> headUpdater,
O owner,
T prepend,
java.util.function.BiFunction<T,T,T> combine) |
|
protected static <T extends IntrusiveStack<T>> T |
IntrusiveStack.pushExclusive(T head,
T prepend) |
|
protected static <T extends IntrusiveStack<T>> T |
IntrusiveStack.reverse(T list) |
|