Cytoscape 2.8.0 API

cytoscape.data.attr
Interface CountedIterator

All Superinterfaces:
Iterator

public interface CountedIterator
extends Iterator

A java.util.Iterator with knowledge of how many elements are remaining.


Method Summary
 int numRemaining()
          Returns a non-negative integer I such that next() will successfully return a value no more and no less than I times.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

numRemaining

int numRemaining()
Returns a non-negative integer I such that next() will successfully return a value no more and no less than I times.


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.