FileDocCategorySizeDatePackage
IntIterator.javaAPI DocAndroid 1.5 API1216Wed May 06 22:41:02 BST 2009com.android.dx.util

IntIterator

public interface IntIterator
An iterator for a list of ints.

Fields Summary
Constructors Summary
Methods Summary
public booleanhasNext()
Checks to see if the iterator has a next value.

return
true if next() will succeed

public intnext()
Returns the next value in the iterator.

return
next value
throws
java.util.NoSuchElementException if no next element exists