net.sf.saxon.sort
public interface IntIterator
Method Summary | |
---|---|
boolean | hasNext()
Test whether there are any more integers in the sequence |
int | next()
Return the next integer in the sequence. |
Returns: true if there are more integers to come
Returns: the next integer in the sequence