| 程序包 | 说明 |
|---|---|
| shz.linked |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ConcurrentLSNode<E> |
ConcurrentLSNode.next |
| 限定符和类型 | 方法和说明 |
|---|---|
ConcurrentLSNode<E> |
ConcurrentLSNode.addNext(E... es) |
ConcurrentLSNode<E> |
ConcurrentLSNode.addNext(E e) |
ConcurrentLSNode<E> |
ConcurrentLSNode.addNext(SNode node) |
ConcurrentLSNode<E> |
ConcurrentLSNode.addPrev(E... es) |
ConcurrentLSNode<E> |
ConcurrentLSNode.addPrev(E e) |
ConcurrentLSNode<E> |
ConcurrentLSNode.addPrev(SNode node) |
ConcurrentLSNode<E> |
ConcurrentLSNode.next() |
static <E> ConcurrentLSNode<E> |
ConcurrentLSNode.of() |
static <E> ConcurrentLSNode<E> |
ConcurrentLSNode.of(E e) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
ConcurrentLSNode.casNext(ConcurrentLSNode<E> expect,
ConcurrentLSNode<E> next) |
boolean |
ConcurrentLSNode.casNext(ConcurrentLSNode<E> expect,
ConcurrentLSNode<E> next) |
Copyright © 2022. All rights reserved.