Package org.datanucleus.util
Class ConcurrentReferenceHashMap.KeyIterator
java.lang.Object
ConcurrentReferenceHashMap<K,V>.org.datanucleus.util.ConcurrentReferenceHashMap.HashIterator
org.datanucleus.util.ConcurrentReferenceHashMap.KeyIterator
- All Implemented Interfaces:
Enumeration<K>
,Iterator<K>
- Enclosing class:
ConcurrentReferenceHashMap<K,
V>
final class ConcurrentReferenceHashMap.KeyIterator
extends ConcurrentReferenceHashMap<K,V>.HashIterator
implements Iterator<K>, Enumeration<K>
-
Field Summary
Fields inherited from class org.datanucleus.util.ConcurrentReferenceHashMap.HashIterator
currentKey, currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.datanucleus.util.ConcurrentReferenceHashMap.HashIterator
advance, hasMoreElements, hasNext, nextEntry, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
hasMoreElements
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
KeyIterator
KeyIterator()
-
-
Method Details
-
next
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<K>
-