TissueInfo API 20091124110011

edu.cornell.med.icb.tissueinfo.annotations
Class ArraysIterator

java.lang.Object
  extended by edu.cornell.med.icb.tissueinfo.annotations.ArraysIterator
All Implemented Interfaces:
Iterator<ArraysIterator.ArrayIndices>

public class ArraysIterator
extends Object
implements Iterator<ArraysIterator.ArrayIndices>

Author:
Fabien Campagne Date: Sep 5, 2007 Time: 4:43:02 PM

Nested Class Summary
static class ArraysIterator.ArrayIndices
           
 
Constructor Summary
ArraysIterator(int[][] arrays)
           
 
Method Summary
 boolean hasNext()
           
 ArraysIterator.ArrayIndices next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArraysIterator

public ArraysIterator(int[][] arrays)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<ArraysIterator.ArrayIndices>

next

public ArraysIterator.ArrayIndices next()
Specified by:
next in interface Iterator<ArraysIterator.ArrayIndices>

remove

public void remove()
Specified by:
remove in interface Iterator<ArraysIterator.ArrayIndices>

TissueInfo API 20091124110011

Copyright © 2001-2009 Institute for Computational Biomedicine, All Rights Reserved.