JavaScript is disabled on your browser.
Skip navigation links
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 IteratorLong
public interface
IteratorLong
Simple iterator to go through ints
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
hasNext
()
Is there a next entry?
long
next
()
Get the next entry.
Method Detail
hasNext
boolean hasNext()
Is there a next entry?
Returns:
true if next entry available
next
long next()
Get the next entry.
Returns:
the entry
Skip navigation links
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