Package com.google.common.collect
Class LinkedListMultimap.DistinctKeyIterator
java.lang.Object
com.google.common.collect.LinkedListMultimap.DistinctKeyIterator
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
LinkedListMultimap<K,
V>
An
Iterator
over distinct keys in key head order.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) LinkedListMultimap.Node
<K, V> (package private) int
(package private) LinkedListMultimap.Node
<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
seenKeys
-
next
-
current
-
expectedModCount
int expectedModCount
-
-
Constructor Details
-
DistinctKeyIterator
private DistinctKeyIterator()
-
-
Method Details