FileDocCategorySizeDatePackage
IntIterator.javaAPI DocAndroid 5.1 API1059Thu Mar 12 22:18:30 GMT 2015com.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