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
Interface IntIterator
All Known Subinterfaces:
IntListIterator
public interface
IntIterator
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
hasNext
()
int
next
()
void
remove
()
Method Details
hasNext
boolean
hasNext
()
next
int
next
()
remove
void
remove
()