public class EmptyIntIterator extends Object implements gnu.trove.iterator.TIntIterator
| Modifier and Type | Method and Description | 
|---|---|
static EmptyIntIterator | 
getIterator()
An iterator that is always empty. 
 | 
boolean | 
hasNext() | 
int | 
next() | 
void | 
remove()
Not supported. 
 | 
public static EmptyIntIterator getIterator()
public boolean hasNext()
hasNext in interface gnu.trove.iterator.TIteratorpublic int next()
next in interface gnu.trove.iterator.TIntIteratorpublic void remove()
remove in interface gnu.trove.iterator.TIteratorUnsupportedOperationException - if invokedCopyright © 2013. All Rights Reserved.