private class SingleLinkedList.Values<E>
extends java.lang.Object
implements java.util.Iterator<E>
Modifier and Type | Field and Description |
---|---|
private SingleLinkedList.Entry<E> |
current |
Modifier | Constructor and Description |
---|---|
private |
Values(SingleLinkedList.Entry<E> current) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
private SingleLinkedList.Entry<E> current
private Values(SingleLinkedList.Entry<E> current)