|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcytoscape.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 |
|---|
equals, 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 IntIteratorpublic final int nextInt()
nextInt in interface IntIterator
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||