private class LinkedListMultimap.DistinctKeyIterator
extends java.lang.Object
implements java.util.Iterator<K>
Iterator
over distinct keys in key head order.Modifier and Type | Field and Description |
---|---|
(package private) LinkedListMultimap.Node<K,V> |
current |
(package private) int |
expectedModCount |
(package private) LinkedListMultimap.Node<K,V> |
next |
(package private) java.util.Set<K> |
seenKeys |
Modifier | Constructor and Description |
---|---|
private |
DistinctKeyIterator() |
Modifier and Type | Method and Description |
---|---|
private void |
checkForConcurrentModification() |
boolean |
hasNext() |
K |
next() |
void |
remove() |
final java.util.Set<K> seenKeys
LinkedListMultimap.Node<K,V> next
LinkedListMultimap.Node<K,V> current
int expectedModCount