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 intprivate 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
nextValuein classUnlockedHashMap<K,V>.TableIterator
-
next
- Specified by:
nextin interfaceIterator<Map.Entry<K,V>> - Specified by:
nextin classUnlockedHashMap<K,V>.TableIterator
-
remove
public void remove()
-