Class ConcurrentReaderHashMap.HashIterator
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap.HashIterator
- All Implemented Interfaces:
Enumeration, Iterator
- Direct Known Subclasses:
ConcurrentReaderHashMap.KeyIterator, ConcurrentReaderHashMap.ValueIterator
- Enclosing class:
ConcurrentReaderHashMap
protected class ConcurrentReaderHashMap.HashIterator
extends Object
implements Iterator, Enumeration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Objectprotected Objectprotected ConcurrentReaderHashMap.Entryprotected intprotected ConcurrentReaderHashMap.Entryprotected final ConcurrentReaderHashMap.Entry[] -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Enumeration
asIteratorMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
tab
-
index
protected int index -
entry
-
currentKey
-
currentValue
-
lastReturned
-
-
Constructor Details
-
HashIterator
protected HashIterator()
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration
-
nextElement
- Specified by:
nextElementin interfaceEnumeration
-
hasNext
-
returnValueOfNext
-
next
-
remove
-