EDU.oswego.cs.dl.util.concurrent
Class ConcurrentReaderHashMap.HashIterator
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap.HashIterator
- ConcurrentReaderHashMap
- Enumeration, Iterator
protected class ConcurrentReaderHashMap.HashIterator
extends java.lang.Object
implements Iterator, Enumeration
currentKey
protected Object currentKey
currentValue
protected Object currentValue
HashIterator
protected HashIterator()
hasMoreElements
public boolean hasMoreElements()
hasNext
public boolean hasNext()
nextElement
public Object nextElement()
remove
public void remove()
returnValueOfNext
protected Object returnValueOfNext()