Cytoscape 2.8.1-beta2 API

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.


Cytoscape 2.8.1-beta2 API

Copyright 2010 Cytoscape Consortium. All rights reserved.