org.apache.commons.collections
private class FastHashMap.CollectionView.CollectionViewIterator extends Object implements Iterator
| Field Summary | |
|---|---|
| Map | expected |
| Iterator | iterator |
| Entry | lastReturned |
| Constructor Summary | |
|---|---|
| CollectionViewIterator() | |
| Method Summary | |
|---|---|
| boolean | hasNext() |
| Object | next() |
| void | remove() |