public class BoundIntIterator extends Object implements gnu.trove.iterator.TIntIterator
| Constructor and Description | 
|---|
BoundIntIterator(int low,
                                int high)
Iterate in increasing order starting from low (inclusive) and ending in
 high (inclusive). 
 | 
public BoundIntIterator(int low, int high)
low - the lowest valuehigh - the highest valuepublic 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.