Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.util.intr
Interface IntIterator

All Known Implementing Classes:
ArrayIntIterator

public interface IntIterator

An iteration over a list of 32 bit integers.


Method Summary
 boolean hasNext()
          Returns true if and only if nextInt() will successfully return a value.
 int nextInt()
          Returns the next integer in the iteration.
 

Method Detail

hasNext

boolean hasNext()
Returns true if and only if nextInt() will successfully return a value.


nextInt

int nextInt()
Returns the next integer in the iteration. If hasNext() returns false before nextInt() is called, the behavior of this iteration becomes undefined.


www.cytoscape.org