edu.cornell.med.icb.tissueinfo.annotations
Class ArraysIterator
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArraysIterator
public ArraysIterator(int[][] arrays)
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>
Copyright © 2001-2009 Institute for Computational Biomedicine, All Rights Reserved.