private class WeakFastHashMap.CollectionView.CollectionViewIterator
extends java.lang.Object
implements java.util.Iterator<E>
Modifier and Type | Field and Description |
---|---|
private java.util.Map<K,V> |
expected |
private java.util.Iterator<java.util.Map.Entry<K,V>> |
iterator |
private java.util.Map.Entry<K,V> |
lastReturned |
Constructor and Description |
---|
CollectionViewIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
Copyright (c) 2000-2008 - Apache Software Foundation