Package org.jboss.modules
Class UnlockedReadHashMap.EntryIterator
java.lang.Object
org.jboss.modules.UnlockedReadHashMap.EntryIterator
- Enclosing class:
- UnlockedReadHashMap<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private UnlockedReadHashMap.Item<K,
V> private final AtomicReferenceArray<UnlockedReadHashMap.Item<K,
V>[]> private int
-
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
-
tableIdx
private int tableIdx -
itemIdx
private int itemIdx -
next
-
-
Constructor Details
-
EntryIterator
private EntryIterator()
-
-
Method Details