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 Vprivate 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
-
ValueIterator
ValueIterator()
-
-
Method Details
-
hasNext
-
next
-
remove
-