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