net.sf.saxon.sort
public class EmptyIntIterator extends Object implements IntIterator
| Method Summary | |
|---|---|
| static EmptyIntIterator | getInstance()
Get the singular instance of this class |
| boolean | hasNext()
Test whether there are any more integers in the sequence
|
| int | next()
Return the next integer in the sequence. |
Returns: the singular instance
Returns: true if there are more integers to come
Returns: the next integer in the sequence