Package 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 Description boolean
hasNext()
Is there a next entry?long
next()
Get the next entry.
-