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()
IntIterator
hasNext
in interface IntIterator
public final int next()
IntIterator
next
in interface IntIterator
Copyright © 2016. All Rights Reserved.