Package org.eclipse.mat.collect
Interface IteratorInt
-
public interface IteratorInt
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?int
next()
Get the next entry.
-