Package org.kingdoms.utils.internal
Class UnsafeHashMap.EntryIterator
java.lang.Object
UnsafeHashMap<K,V>.HashIterator
org.kingdoms.utils.internal.UnsafeHashMap.EntryIterator
- Enclosing class:
- UnsafeHashMap<K,
V>
public final class UnsafeHashMap.EntryIterator
extends UnsafeHashMap<K,V>.HashIterator
implements Iterator<Map.Entry<K,V>>
-
Field Summary
Fields inherited from class org.kingdoms.utils.internal.UnsafeHashMap.HashIterator
current, expectedModCount, index, next -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kingdoms.utils.internal.UnsafeHashMap.HashIterator
hasNext, nextNode, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove