|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.util.intr.ArrayIntIterator
public final class ArrayIntIterator
A utility class which conveniently converts an array of integers into an IntIterator (an iteration of integers).
Constructor Summary | |
---|---|
ArrayIntIterator(int[] elements,
int beginIndex,
int length)
No copy of the elements array is made. |
Method Summary | |
---|---|
boolean |
hasNext()
DOCUMENT ME! |
int |
nextInt()
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayIntIterator(int[] elements, int beginIndex, int length)
Method Detail |
---|
public final boolean hasNext()
hasNext
in interface IntIterator
public final int nextInt()
nextInt
in interface IntIterator
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |