|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectUtil.Structures.StaticIntIterator
public class StaticIntIterator
Constructor Summary | |
---|---|
StaticIntIterator(int[] data,
int size)
Create instance |
Method Summary | |
---|---|
boolean |
hasNext()
Check if there are more elements |
static void |
main(java.lang.String[] args)
|
int |
next()
Get next int |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaticIntIterator(int[] data, int size)
data
- array with datasize
- sizeMethod Detail |
---|
public boolean hasNext()
IntIterator
hasNext
in interface IntIterator
public int next()
IntIterator
next
in interface IntIterator
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |