Uses of Class
uk.ac.leeds.ccg.andyt.grids.core.IteratorAbstract

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

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

Subclasses of IteratorAbstract 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 IteratorAbstract
 IteratorAbstract Grid2DSquareCellDoubleIterator.initGrid2DSquareCellDoubleChunkIterator(Grid2DSquareCellDoubleChunkAbstract grid2DSquareCellDoubleChunk)
          Initialises this.grid2DSquareCellDoubleChunkIterator from this.grid2DSquareCellDoubleChunk
 IteratorAbstract Grid2DSquareCellIntIterator.initGrid2DSquareCellIntChunkIterator(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk)
          Initialises this.grid2DSquareCellIntChunkIterator from this.grid2DSquareCellIntChunk
protected abstract  IteratorAbstract Grid2DSquareCellChunkAbstract.iterator()
          Returns an iterator over the cell values.
protected  IteratorAbstract Grid2DSquareCellDoubleChunk64CellMap.iterator()
          Returns a Grid2DSquareCellDoubleChunk64CellMapIterator for iterating over the cells in this.
protected  IteratorAbstract Grid2DSquareCellDoubleChunkArray.iterator()
          Returns a Grid2DSquareCellDoubleChunkArrayIterator for iterating over the cells in this.
protected  IteratorAbstract Grid2DSquareCellDoubleChunkJAI.iterator()
          Returns a Grid2DSquareCellDoubleChunkJAIIterator for iterating over the cells in this.
protected  IteratorAbstract Grid2DSquareCellDoubleChunkMap.iterator()
          Returns a Grid2DSquareCellDoubleChunkMapIterator for iterating over the cells in this.
protected  IteratorAbstract Grid2DSquareCellDoubleChunkRAF.iterator()
          Returns a Grid2DSquareCellDoubleChunkRAFIterator for iterating over the cells in this.
protected  IteratorAbstract Grid2DSquareCellIntChunk64CellMap.iterator()
          Returns a Grid2DSquareCellIntChunk64CellMapIterator for iterating over the cells in this.
protected  IteratorAbstract Grid2DSquareCellIntChunkArray.iterator()
          Returns a Grid2DSquareCellIntChunkArrayIterator for iterating over the cells in this.
protected  IteratorAbstract Grid2DSquareCellIntChunkJAI.iterator()
          Returns a Grid2DSquareCellIntChunkJAIIterator for iterating over the cells in this.
protected  IteratorAbstract Grid2DSquareCellIntChunkMap.iterator()
          Returns an AbstractIterator for iterating over the cells in this.
 IteratorAbstract Grid2DSquareCellIntChunkRAF.iterator()
          Returns a Grid2DSquareCellIntChunkRAFIterator for iterating over the cells in this.
 IteratorAbstract Grid2DSquareCellChunkAbstract.iterator(boolean handleOutOfMemoryError)
          Returns an iterator over the cell values.