Class UnlockedHashMap.KeyIterator
java.lang.Object
org.jboss.marshalling.reflect.UnlockedHashMap.KeyIterator
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
UnlockedHashMap<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate UnlockedHashMap.Item<K, V> private UnlockedHashMap<K,V>.TableIterator private final UnlockedHashMap.Table<K, V> private intprivate UnlockedHashMap<K,V>.TableIterator -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
table
-
tableIterator
-
removeIterator
-
tableIdx
private int tableIdx -
next
-
-
Constructor Details
-
KeyIterator
KeyIterator()
-
-
Method Details
-
hasNext
-
next
-
remove
-