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
           
 class Grid2DSquareCellDoubleChunkJAIIterator
           
 class Grid2DSquareCellDoubleChunkMapIterator
           
 class Grid2DSquareCellDoubleChunkRAFIterator
           
 class Grid2DSquareCellDoubleIterator
           
 class Grid2DSquareCellIntChunk64CellMapIterator
           
 class Grid2DSquareCellIntChunkArrayIterator
           
 class Grid2DSquareCellIntChunkJAIIterator
           
 class Grid2DSquareCellIntChunkMapIterator
           
 class Grid2DSquareCellIntChunkRAFIterator
           
 class Grid2DSquareCellIntIterator
           
 

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.