Package org.jboss.marshalling.reflect
Class UnlockedHashMap.RowIterator
java.lang.Object
UnlockedHashMap<K,V>.org.jboss.marshalling.reflect.UnlockedHashMap.TableIterator
org.jboss.marshalling.reflect.UnlockedHashMap.RowIterator
- Enclosing class:
UnlockedHashMap<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private UnlockedHashMap.Item
<K, V> private UnlockedHashMap.Item
<K, V> (package private) UnlockedHashMap.Item<K,
V>[] private final UnlockedHashMap.Table
<K, V> -
Constructor Summary
ConstructorsConstructorDescriptionRowIterator
(UnlockedHashMap.Table<K, V> table, UnlockedHashMap.Item<K, V>[] row) -
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
-
row
UnlockedHashMap.Item<K,V>[] row -
idx
private int idx -
next
-
remove
-
-
Constructor Details
-
RowIterator
RowIterator(UnlockedHashMap.Table<K, V> table, UnlockedHashMap.Item<K, V>[] row)
-
-
Method Details
-
hasNext
public boolean hasNext() -
nextValue
V nextValue()- Specified by:
nextValue
in classUnlockedHashMap<K,
V>.TableIterator
-
next
- Specified by:
next
in interfaceIterator<Map.Entry<K,
V>> - Specified by:
next
in classUnlockedHashMap<K,
V>.TableIterator
-
remove
public void remove()
-