Package org.jboss.marshalling.reflect
Class UnlockedHashMap.ValueIterator
java.lang.Object
org.jboss.marshalling.reflect.UnlockedHashMap.ValueIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
UnlockedHashMap<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate V
private UnlockedHashMap<K,
V>.TableIterator private final UnlockedHashMap.Table
<K, V> private int
private UnlockedHashMap<K,
V>.TableIterator -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
table
-
tableIterator
-
removeIterator
-
tableIdx
private int tableIdx -
next
-
-
Constructor Details
-
ValueIterator
ValueIterator()
-
-
Method Details