Package com.google.common.collect
Class CompactHashMap.Itr<T>
java.lang.Object
com.google.common.collect.CompactHashMap.Itr<T>
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
CompactHashMap<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) int
(package private) int
-
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
-
expectedMetadata
int expectedMetadata -
currentIndex
int currentIndex -
indexToRemove
int indexToRemove
-
-
Constructor Details
-
Itr
private Itr()
-
-
Method Details
-
hasNext
public boolean hasNext() -
getOutput
-
next
-
remove
public void remove() -
incrementExpectedModCount
void incrementExpectedModCount() -
checkForConcurrentModification
private void checkForConcurrentModification()
-