Uses of Class
uk.ac.leeds.ccg.andyt.grids.core.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
           
 class Grid2DSquareCellDoubleChunkArrayIterator
          TODO: docs
 class Grid2DSquareCellDoubleChunkJAIIterator
          TODO: docs
 class Grid2DSquareCellDoubleChunkMapIterator
          TODO: docs
 class Grid2DSquareCellDoubleChunkRAFIterator
          TODO: docs
 class Grid2DSquareCellDoubleIterator
          TODO: docs
 class Grid2DSquareCellIntChunk64CellMapIterator
          TODO: docs
 class Grid2DSquareCellIntChunkArrayIterator
          TODO: docs
 class Grid2DSquareCellIntChunkJAIIterator
          TODO: docs
 class Grid2DSquareCellIntChunkMapIterator
          TODO: docs
 class Grid2DSquareCellIntChunkRAFIterator
          TODO: docs
 class Grid2DSquareCellIntIterator
          TODO: docs
 

Methods in uk.ac.leeds.ccg.andyt.grids.core that return AbstractIterator
 AbstractIterator Grid2DSquareCellDoubleIterator.initGrid2DSquareCellDoubleChunkIterator(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk)
          Initialises this.grid2DSquareCellDoubleChunkIterator from this.grid2DSquareCellDoubleChunk
 AbstractIterator Grid2DSquareCellIntIterator.initGrid2DSquareCellIntChunkIterator(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk)
          Initialises this.grid2DSquareCellIntChunkIterator from this.grid2DSquareCellIntChunk
abstract  AbstractIterator Grid2DSquareCellChunkAbstract.iterator()
          Returns an iterator over the cell value in this.
 AbstractIterator Grid2DSquareCellDoubleChunk64CellMap.iterator()
          Returns a Grid2DSquareCellDoubleChunk64CellMapIterator for iterating over the cells in this.
 AbstractIterator Grid2DSquareCellDoubleChunkArray.iterator()
          Returns a Grid2DSquareCellDoubleChunkArrayIterator for iterating over the cells in this.
 AbstractIterator Grid2DSquareCellDoubleChunkJAI.iterator()
          Returns a Grid2DSquareCellDoubleChunkJAIIterator for iterating over the cells in this.
 AbstractIterator Grid2DSquareCellDoubleChunkMap.iterator()
          Returns a Grid2DSquareCellDoubleChunkMapIterator for iterating over the cells in this.
 AbstractIterator Grid2DSquareCellDoubleChunkRAF.iterator()
          Returns a Grid2DSquareCellDoubleChunkRAFIterator for iterating over the cells in this.
 AbstractIterator Grid2DSquareCellIntChunk64CellMap.iterator()
          Returns a Grid2DSquareCellIntChunk64CellMapIterator for iterating over the cells in this.
 AbstractIterator Grid2DSquareCellIntChunkArray.iterator()
          Returns a Grid2DSquareCellIntChunkArrayIterator for iterating over the cells in this.
 AbstractIterator Grid2DSquareCellIntChunkJAI.iterator()
          Returns a Grid2DSquareCellIntChunkJAIIterator for iterating over the cells in this.
 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.