Package org.jboss.logmanager
Class ConcurrentReferenceHashMap.ValueIterator
java.lang.Object
ConcurrentReferenceHashMap<K,V>.org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
org.jboss.logmanager.ConcurrentReferenceHashMap.ValueIterator
- All Implemented Interfaces:
Enumeration<V>
,Iterator<V>
- Enclosing class:
ConcurrentReferenceHashMap<K,
V>
final class ConcurrentReferenceHashMap.ValueIterator
extends ConcurrentReferenceHashMap<K,V>.HashIterator
implements Iterator<V>, Enumeration<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.Enumeration
asIterator, hasMoreElements
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
ValueIterator
ValueIterator()
-
-
Method Details
-
next
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<V>
-