wt.cache
Class DirtyMap.DirtyEntryIterator
java.lang.Object
wt.cache.DirtyMap.DirtyEntryIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- DirtyMap
- class DirtyMap.DirtyEntryIterator
- extends Object
- implements Iterator
Iterates over the thread-local and global mappinsg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dirty
final Map dirty
entries
final Iterator entries
last
Map.Entry last
DirtyMap.DirtyEntryIterator
DirtyMap.DirtyEntryIterator(Map a_Dirty)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
nextEntry
Map.Entry nextEntry()
remove
public void remove()
- Specified by:
remove
in interface Iterator