Package org.jboss.logmanager
Class FastCopyHashMap.FastCopyHashMapIterator<E>
java.lang.Object
org.jboss.logmanager.FastCopyHashMap.FastCopyHashMapIterator<E>
- All Implemented Interfaces:
Iterator<E>
- Direct Known Subclasses:
FastCopyHashMap.EntryIterator
,FastCopyHashMap.KeyIterator
,FastCopyHashMap.ValueIterator
- Enclosing class:
- FastCopyHashMap<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private boolean
private int
(package private) FastCopyHashMap.Entry<K,
V>[] -
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, next
-
Field Details
-
next
private int next -
expectedCount
private int expectedCount -
current
private int current -
hasNext
private boolean hasNext -
table
FastCopyHashMap.Entry<K,V>[] table
-
-
Constructor Details
-
FastCopyHashMapIterator
private FastCopyHashMapIterator()
-
-
Method Details