public class IntIteratorOverIteratingRLW extends Object implements IntIterator
| Constructor and Description |
|---|
IntIteratorOverIteratingRLW(IteratingRLW p) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Is there more?
|
int |
next()
Return the next integer
|
public IntIteratorOverIteratingRLW(IteratingRLW p)
p - iterator we wish to iterate overpublic boolean hasNext()
IntIteratorhasNext in interface IntIteratorpublic final int next()
IntIteratornext in interface IntIteratorCopyright © 2015. All Rights Reserved.