public class IntIterator4Impl extends java.lang.Object implements FixedSizeIntIterator4
| Constructor and Description |
|---|
IntIterator4Impl(int[] content,
int count) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
current() |
int |
currentInt() |
boolean |
moveNext() |
void |
reset() |
int |
size() |
public int currentInt()
currentInt in interface IntIterator4public int size()
size in interface FixedSizeIntIterator4