EDU.oswego.cs.dl.util.concurrent
protected class ConcurrentHashMap.HashIterator extends Object implements Iterator, Enumeration
Field Summary | |
---|---|
protected Object | currentKey |
protected Object | currentValue |
protected ConcurrentHashMap.Entry | entry |
protected int | index |
protected ConcurrentHashMap.Entry | lastReturned |
protected ConcurrentHashMap.Entry[] | tab |
Constructor Summary | |
---|---|
protected | HashIterator() |
Method Summary | |
---|---|
boolean | hasMoreElements() |
boolean | hasNext() |
Object | next() |
Object | nextElement() |
void | remove() |
protected Object | returnValueOfNext() |