wt.fc.collections
Class WTKeyedHashMap.EntryIterator
java.lang.Object
wt.fc.collections.WTKeyedHashMap.EntryIterator
- All Implemented Interfaces:
- Iterator
- Direct Known Subclasses:
- WTKeyedHashMap.PersistableIterator, WTKeyedHashMap.QueryKeyIterator, WTKeyedHashMap.ReferenceIterator, WTKeyedHashMap.ValuesIterator
- Enclosing class:
- WTKeyedHashMap
- class WTKeyedHashMap.EntryIterator
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expectedModCount
int expectedModCount
localKeyMap
final Map localKeyMap
iter
final Iterator iter
last
Map.Entry last
WTKeyedHashMap.EntryIterator
WTKeyedHashMap.EntryIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
nextEntry
WTKeyedMap.WTEntry nextEntry()
remove
public void remove()
- Specified by:
remove
in interface Iterator