Package zombie.core.utils
Class HashMap.Iterator
java.lang.Object
zombie.core.utils.HashMap.Iterator
- Enclosing class:
- HashMap
public static class HashMap.Iterator
extends java.lang.Object
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Iterator
-
-
Method Details
-
reset
-
hasNext
public boolean hasNext() -
advance
public boolean advance() -
getKey
public java.lang.Object getKey() -
getValue
public java.lang.Object getValue()
-