private class FastTreeMap.CollectionView.CollectionViewIterator
extends java.lang.Object
implements java.util.Iterator
Modifier and Type | Field and Description |
---|---|
private java.util.Map |
expected |
private java.util.Iterator |
iterator |
private java.util.Map.Entry |
lastReturned |
Constructor and Description |
---|
CollectionViewIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |