public static class LinkedListImpl.Node<E> extends Object
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
protected LinkedListImpl.Node<E> |
next() |
protected LinkedListImpl.Node<E> |
prev() |
String |
toString() |
protected E |
val() |
protected E val()
protected final LinkedListImpl.Node<E> next()
protected final LinkedListImpl.Node<E> prev()
Copyright © 2022 The Apache Software Foundation. All rights reserved.