private abstract class KeyComparatorLinkedHashMap.LinkedHashIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
Modifier and Type | Field and Description |
---|---|
(package private) int |
expectedModCount
The modCount value that the iterator believes that the backing
List should have.
|
(package private) KeyComparatorLinkedHashMap.Entry<K,V> |
lastReturned |
(package private) KeyComparatorLinkedHashMap.Entry<K,V> |
nextEntry |
Modifier | Constructor and Description |
---|---|
private |
LinkedHashIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
(package private) KeyComparatorLinkedHashMap.Entry<K,V> |
nextEntry() |
void |
remove() |
KeyComparatorLinkedHashMap.Entry<K,V> nextEntry
KeyComparatorLinkedHashMap.Entry<K,V> lastReturned
int expectedModCount
public boolean hasNext()
hasNext
in interface java.util.Iterator<T>
public void remove()
remove
in interface java.util.Iterator<T>
KeyComparatorLinkedHashMap.Entry<K,V> nextEntry()