public class IntIterator4Adaptor extends java.lang.Object implements IntIterator4
| Constructor and Description |
|---|
IntIterator4Adaptor(Iterable4 iterable) |
IntIterator4Adaptor(Iterator4 iterator) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
current() |
int |
currentInt() |
boolean |
moveNext() |
void |
reset() |
public IntIterator4Adaptor(Iterator4 iterator)
public IntIterator4Adaptor(Iterable4 iterable)
public int currentInt()
currentInt in interface IntIterator4