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 intprivate intprivate booleanprivate int(package private) FastCopyHashMap.Entry<K,V>[] -
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, 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
-
hasNext
-
nextEntry
-
remove
-