Package zombie.util.map
Interface IntKeyMapIterator
public interface IntKeyMapIterator
-
Method Summary
-
Method Details
-
hasNext
boolean hasNext() -
next
void next() -
remove
void remove() -
getKey
int getKey() -
getValue
java.lang.Object getValue()
-