public class ReverseBoundIntIterator extends Object implements gnu.trove.iterator.TIntIterator
| Constructor and Description |
|---|
ReverseBoundIntIterator(int low,
int high)
Iterate in decreasing order starting from high (inclusive) and ending in
low (inclusive).
|
public ReverseBoundIntIterator(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.