private class SingleLinkedList.Entry<E>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private SingleLinkedList.Entry |
next |
private E |
value |
Modifier | Constructor and Description |
---|---|
private |
Entry(E value,
SingleLinkedList.Entry next) |
private E value
private SingleLinkedList.Entry next
private Entry(E value, SingleLinkedList.Entry next)