Package org.jboss.logmanager
Class ConcurrentReferenceHashMap.KeyIterator
- java.lang.Object
-
- org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
-
- org.jboss.logmanager.ConcurrentReferenceHashMap.KeyIterator
-
- All Implemented Interfaces:
java.util.Enumeration<K>
,java.util.Iterator<K>
- Enclosing class:
- ConcurrentReferenceHashMap<K,V>
final class ConcurrentReferenceHashMap.KeyIterator extends ConcurrentReferenceHashMap.HashIterator implements java.util.Iterator<K>, java.util.Enumeration<K>
-
-
Field Summary
-
Fields inherited from class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
currentKey, currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex
-
-
Constructor Summary
Constructors Constructor Description KeyIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
next()
K
nextElement()
-
Methods inherited from class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
advance, hasMoreElements, hasNext, nextEntry, remove
-
-