public interface IntIterator extends PrimitiveIterator<java.lang.Integer>
int values.
This interface extends Iterator allowing
seamless integration with other APIs.
| Modifier and Type | Method and Description |
|---|---|
int |
nextInt()
Gets the next value from the iterator
|
isModifiable, isResettable, resetCopyright © 2005–2018 Joda.org. All rights reserved.