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