| 限定符和类型 | 方法和说明 |
|---|---|
LSNode<E> |
addNext(E... es) |
LSNode<E> |
addNext(E e) |
LSNode<E> |
addPrev(E... es) |
LSNode<E> |
addPrev(E e) |
LSNode<E> |
addPrev(SNode node) |
LSNode<E> |
next() |
void |
next(SNode node) |
static <E> LSNode<E> |
of() |
static <E> LSNode<E> |
of(E e) |
void |
poll() |
Copyright © 2022. All rights reserved.