private abstract class LinkedTreeMap.LinkedTreeMapIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
Modifier and Type | Field and Description |
---|---|
(package private) int |
expectedModCount |
(package private) LinkedTreeMap.Node<K,V> |
lastReturned |
(package private) LinkedTreeMap.Node<K,V> |
next |
Modifier | Constructor and Description |
---|---|
private |
LinkedTreeMapIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
(package private) LinkedTreeMap.Node<K,V> |
nextNode() |
void |
remove() |
LinkedTreeMap.Node<K,V> next
LinkedTreeMap.Node<K,V> lastReturned
int expectedModCount
public final boolean hasNext()
hasNext
in interface java.util.Iterator<T>
final LinkedTreeMap.Node<K,V> nextNode()
public final void remove()
remove
in interface java.util.Iterator<T>