JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
zombie.util.map
Interface IntKeyMapIterator
public interface
IntKeyMapIterator
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getKey
()
Object
getValue
()
boolean
hasNext
()
void
next
()
void
remove
()
Method Details
hasNext
boolean
hasNext
()
next
void
next
()
remove
void
remove
()
getKey
int
getKey
()
getValue
Object
getValue
()