Package com.google.common.collect
Class HashBiMap.Itr<T>
java.lang.Object
com.google.common.collect.HashBiMap.Itr<T>
- All Implemented Interfaces:
Iterator<T>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) HashBiMap.BiEntry
<K, V> (package private) int
(package private) HashBiMap.BiEntry
<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
-
next
-
toRemove
-
expectedModCount
int expectedModCount -
remaining
int remaining
-
-
Constructor Details
-
Itr
private Itr()
-
-
Method Details