Package net.sf.saxon.sort
Interface IntIterator
-
public interface IntIterator
An iterator over a sequence of unboxed int values
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
Test whether there are any more integers in the sequenceint
next()
Return the next integer in the sequence.
-