Package org.jboss.logmanager
Class ConcurrentReferenceHashMap.KeyIterator
java.lang.Object
ConcurrentReferenceHashMap<K,V>.org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
org.jboss.logmanager.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.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
currentKey, currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
advance, hasMoreElements, hasNext, nextEntry, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Enumeration
asIterator, hasMoreElementsMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
KeyIterator
KeyIterator()
-
-
Method Details
-
next
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<K>
-