JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.eclipse.mat.collect
Interface IteratorInt
public interface
IteratorInt
Simple iterator to go through ints
Method Summary
Methods
Modifier and Type
Method and Description
boolean
hasNext
()
Is there a next entry?
int
next
()
Get the next entry.
Method Detail
hasNext
boolean hasNext()
Is there a next entry?
Returns:
true if next entry available
next
int next()
Get the next entry.
Returns:
the entry
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method