public interface IntIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Test whether there are any more integers in the sequence
|
int |
next()
Return the next integer in the sequence.
|
boolean hasNext()
int next()
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.