wt.util
Class Cache.EntrySet.EntryIterator
java.lang.Object
wt.util.Cache.EntrySet.EntryIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- Cache.EntrySet
- final class Cache.EntrySet.EntryIterator
- extends Object
- implements Iterator
The iterator is not synchronized per Collections convention.
Callers are expected to manage their own synchronization over
the iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expectedModCount
int expectedModCount
cursor
int cursor
last
int last
Cache.EntrySet.EntryIterator
Cache.EntrySet.EntryIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
nextEntry
protected Map.Entry nextEntry()
remove
public void remove()
- Specified by:
remove
in interface Iterator