Package org.jboss.marshalling.reflect
Class UnlockedHashMap.KeyIterator
- java.lang.Object
-
- org.jboss.marshalling.reflect.UnlockedHashMap.KeyIterator
-
- All Implemented Interfaces:
java.util.Iterator<K>
- Enclosing class:
- UnlockedHashMap<K,V>
final class UnlockedHashMap.KeyIterator extends java.lang.Object implements java.util.Iterator<K>
-
-
Field Summary
Fields Modifier and Type Field Description private UnlockedHashMap.Item<K,V>nextprivate UnlockedHashMap.TableIteratorremoveIteratorprivate UnlockedHashMap.Table<K,V>tableprivate inttableIdxprivate UnlockedHashMap.TableIteratortableIterator
-
Constructor Summary
Constructors Constructor Description KeyIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Knext()voidremove()
-
-
-
Field Detail
-
table
private final UnlockedHashMap.Table<K,V> table
-
tableIterator
private UnlockedHashMap.TableIterator tableIterator
-
removeIterator
private UnlockedHashMap.TableIterator removeIterator
-
tableIdx
private int tableIdx
-
next
private UnlockedHashMap.Item<K,V> next
-
-