private abstract class CompactHashMap.Itr<T>
extends java.lang.Object
implements java.util.Iterator<T>
Modifier and Type | Field and Description |
---|---|
(package private) int |
currentIndex |
(package private) int |
expectedMetadata |
(package private) int |
indexToRemove |
Modifier | Constructor and Description |
---|---|
private |
Itr() |
Modifier and Type | Method and Description |
---|---|
private void |
checkForConcurrentModification() |
(package private) abstract T |
getOutput(int entry) |
boolean |
hasNext() |
(package private) void |
incrementExpectedModCount() |
T |
next() |
void |
remove() |
int expectedMetadata
int currentIndex
int indexToRemove
public boolean hasNext()
hasNext
in interface java.util.Iterator<T>
abstract T getOutput(int entry)
public void remove()
remove
in interface java.util.Iterator<T>
void incrementExpectedModCount()
private void checkForConcurrentModification()