public interface IntPointerIterator
Modifier and Type | Method and Description |
---|---|
Object |
copy() |
void |
dec() |
int |
get() |
void |
inc() |
boolean |
isValid() |
void |
moveTo(int i) |
void |
moveToFirst() |
void |
moveToLast() |
boolean isValid()
int get()
void inc()
void dec()
void moveTo(int i)
void moveToFirst()
void moveToLast()
Object copy()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.