public class EmptyIntIterator extends Object implements IntIterator
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static EmptyIntIterator getInstance()
public boolean hasNext()
hasNext in interface IntIteratorpublic int next()
next in interface IntIteratorCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.