Uses of Class
uk.ac.leeds.ccg.andyt.grids.utilities.AbstractIterator

Packages that use AbstractIterator
uk.ac.leeds.ccg.andyt.grids.core   
 

Uses of AbstractIterator in uk.ac.leeds.ccg.andyt.grids.core
 

Subclasses of AbstractIterator in uk.ac.leeds.ccg.andyt.grids.core
 class Grid2DSquareCellDoubleChunk64CellMapIterator
          For iterating through the values in a Grid2DSquareCellDoubleChunk64CellMap instance.
 class Grid2DSquareCellDoubleChunkArrayIterator
          For iterating through the values in a Grid2DSquareCellDoubleChunkArray instance.
 class Grid2DSquareCellDoubleChunkJAIIterator
          For iterating through the values in a Grid2DSquareCellDoubleChunkJAI instance.
 class Grid2DSquareCellDoubleChunkMapIterator
          For iterating through the values in a Grid2DSquareCellDoubleChunkMap instance.
 class Grid2DSquareCellDoubleChunkRAFIterator
          For iterating through the values in a Grid2DSquareCellDoubleChunkRAF instance.
 class Grid2DSquareCellDoubleIterator
          For iterating through the values in a Grid2DSquareCellDouble instance.
 class Grid2DSquareCellIntChunk64CellMapIterator
          For iterating through the values in a Grid2DSquareCellIntChunk64CellMap instance.
 class Grid2DSquareCellIntChunkArrayIterator
          For iterating through the values in a Grid2DSquareCellIntChunkArray instance.
 class Grid2DSquareCellIntChunkJAIIterator
          For iterating through the values in a Grid2DSquareCellIntChunkJAI instance.
 class Grid2DSquareCellIntChunkMapIterator
          For iterating through the values in a Grid2DSquareCellIntChunkMap instance.
 class Grid2DSquareCellIntChunkRAFIterator
          For iterating through the values in a Grid2DSquareCellIntChunkRAF instance.
 class Grid2DSquareCellIntIterator
          For iterating through the values in a Grid2DSquareCellInt instance.
 

Methods in uk.ac.leeds.ccg.andyt.grids.core that return AbstractIterator
static AbstractIterator Grid2DSquareCellDoubleIterator.getGrid2DSquareCellDoubleChunkIterator(AbstractGrid2DSquareCellDoubleChunk a_Grid2DSquareCellDoubleChunk)
           
static AbstractIterator Grid2DSquareCellIntIterator.getGrid2DSquareCellIntChunkIterator(AbstractGrid2DSquareCellIntChunk a_Grid2DSquareCellIntChunk)
           
protected abstract  AbstractIterator AbstractGrid2DSquareCellChunk.iterator()
          Returns an iterator over the cell values.
protected  AbstractIterator Grid2DSquareCellDoubleChunk64CellMap.iterator()
          Returns a Grid2DSquareCellDoubleChunk64CellMapIterator for iterating over the cells in this.
protected  AbstractIterator Grid2DSquareCellDoubleChunkArray.iterator()
          Returns a Grid2DSquareCellDoubleChunkArrayIterator for iterating over the cells in this.
protected  AbstractIterator Grid2DSquareCellDoubleChunkJAI.iterator()
          Returns a Grid2DSquareCellDoubleChunkJAIIterator for iterating over the cells in this.
protected  AbstractIterator Grid2DSquareCellDoubleChunkMap.iterator()
          Returns a Grid2DSquareCellDoubleChunkMapIterator for iterating over the cells in this.
protected  AbstractIterator Grid2DSquareCellDoubleChunkRAF.iterator()
          Returns a Grid2DSquareCellDoubleChunkRAFIterator for iterating over the cells in this.
protected  AbstractIterator Grid2DSquareCellIntChunk64CellMap.iterator()
          Returns a Grid2DSquareCellIntChunk64CellMapIterator for iterating over the cells in this.
protected  AbstractIterator Grid2DSquareCellIntChunkArray.iterator()
          Returns a Grid2DSquareCellIntChunkArrayIterator for iterating over the cells in this.
protected  AbstractIterator Grid2DSquareCellIntChunkJAI.iterator()
          Returns a Grid2DSquareCellIntChunkJAIIterator for iterating over the cells in this.
protected  AbstractIterator Grid2DSquareCellIntChunkMap.iterator()
          Returns an AbstractIterator for iterating over the cells in this.
 AbstractIterator Grid2DSquareCellIntChunkRAF.iterator()
          Returns a Grid2DSquareCellIntChunkRAFIterator for iterating over the cells in this.
 AbstractIterator AbstractGrid2DSquareCellChunk.iterator(boolean handleOutOfMemoryError)
          Returns an iterator over the cell values.