Package org.jboss.logmanager
Class ConcurrentReferenceHashMap.EntryIterator
java.lang.Object
ConcurrentReferenceHashMap<K,V>.HashIterator
org.jboss.logmanager.ConcurrentReferenceHashMap.EntryIterator
- Enclosing class:
- ConcurrentReferenceHashMap<K,
V>
final class ConcurrentReferenceHashMap.EntryIterator
extends ConcurrentReferenceHashMap<K,V>.HashIterator
implements Iterator<Map.Entry<K,V>>
-
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, 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.Iterator
forEachRemaining, hasNext, remove