|
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.ArrayIntEnumerator
public final class ArrayIntEnumerator
A utility class which conveniently converts an array of integers into an IntEnumerator (an enumeration of integers).
Constructor Summary | |
---|---|
ArrayIntEnumerator(int[] elements,
int beginIndex,
int length)
No copy of the elements array is made. |
Method Summary | |
---|---|
int |
nextInt()
DOCUMENT ME! |
int |
numRemaining()
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayIntEnumerator(int[] elements, int beginIndex, int length)
Method Detail |
---|
public final int numRemaining()
numRemaining
in interface IntEnumerator
public final int nextInt()
nextInt
in interface IntEnumerator
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |