Uses of Class
net.walend.grid.OffGridException

Packages that use OffGridException
net.walend.grid Grids are Collections built on multidimensional arrays. 
 

Uses of OffGridException in net.walend.grid
 

Methods in net.walend.grid that throw OffGridException
 java.lang.Object AbstractArrayGrid2D.get(Address address)
          Return the Object at address.
protected  java.lang.Object AbstractArrayGrid2D.put(Address address, java.lang.Object object)
          Replace the Object at address with object.
protected  java.lang.Object AbstractArrayGrid2D.take(Address address)
          Replace the Object at Address with fill.
 java.lang.Object AbstractArrayGrid2D.get(int i, int j)
          Returns the object in the grid at i,j.
protected  java.lang.Object AbstractArrayGrid2D.take(int i, int j)
          Replaces the object at i,j with fill.
 IndexedIterator AbstractArrayGrid2D.iStripeIterator(int i)
          Returns an iterator accross zs at i.
 IndexedIterator AbstractArrayGrid2D.jStripeIterator(int j)
          Returns an iterator accross is at j.
 java.lang.Object MutableGrid2D.put(int i, int j, java.lang.Object object)
          Replaces the object at i,j with object.
 java.lang.Object MutableGrid2D.take(int i, int j)
          Replaces the object at i,j with fill.
 java.lang.Object MutableGrid.put(Address address, java.lang.Object object)
          Replace the Object at address with object.
 java.lang.Object MutableGrid.take(Address address)
          Replace the Object at Address with fill.
private  void AbstractMapGrid2D.init(int sizeI, int sizeJ, java.lang.Object fill, int mapSize)
           
 java.lang.Object AbstractMapGrid2D.get(Address address)
          Return the Object at address.
protected  java.lang.Object AbstractMapGrid2D.put(Address address, java.lang.Object object)
          Replace the Object at address with object.
protected  java.lang.Object AbstractMapGrid2D.take(Address address)
          Replace the Object at Address with fill.
 java.lang.Object AbstractMapGrid2D.get(int i, int j)
          Returns the object in the grid at i,j.
protected  java.lang.Object AbstractMapGrid2D.take(int i, int j)
          Replaces the object at i,j with fill.
 IndexedIterator AbstractMapGrid2D.iStripeIterator(int i)
          Returns an iterator accross zs at i.
 IndexedIterator AbstractMapGrid2D.jStripeIterator(int j)
          Returns an iterator accross is at j.
 IndexedIterator ArrayGrid2D.iStripeIterator(int i)
          Returns an iterator accross zs at i.
 IndexedIterator ArrayGrid2D.jStripeIterator(int j)
          Returns an iterator accross is at j.
 java.lang.Object MutableMapGrid2D.put(Address address, java.lang.Object object)
          Replace the Object at address with object.
 java.lang.Object MutableMapGrid2D.take(Address address)
          Replace the Object at Address with fill.
 java.lang.Object MutableMapGrid2D.take(int i, int j)
          Replaces the object at i,j with fill.
 java.lang.Object Grid.get(Address address)
          Return the Object at address.
 java.lang.Object Grid2D.get(int i, int j)
          Returns the object in the grid at i,j.
 IndexedIterator Grid2D.iStripeIterator(int i)
          Returns an iterator accross js at i.
 IndexedIterator Grid2D.jStripeIterator(int j)
          Returns an iterator accross is at j.
 java.lang.Object MutableArrayGrid2D.put(Address address, java.lang.Object object)
          Replace the Object at address with object.
 java.lang.Object MutableArrayGrid2D.take(Address address)
          Replace the Object at Address with fill.
 java.lang.Object MutableArrayGrid2D.take(int i, int j)
          Replaces the object at i,j with fill.
 IndexedIterator MapGrid2D.iStripeIterator(int i)
          Returns an iterator accross zs at i.
 IndexedIterator MapGrid2D.jStripeIterator(int j)
          Returns an iterator accross is at j.
 

Constructors in net.walend.grid that throw OffGridException
AbstractArrayGrid2D(int sizeI, int sizeJ, java.lang.Object fill)
           
AbstractArrayGrid2D(int sizeI, int sizeJ)
           
AbstractArrayGrid2D(Address2D maxAddress)
           
AbstractArrayGrid2D(Address2D maxAddress, java.lang.Object fill)
           
AbstractArrayGrid2D(Grid2D grid)
           
AbstractArrayGrid2D(Address2D maxAddress, Grid2D grid)
           
AbstractArrayGrid2D(int sizeI, int sizeJ, Grid2D grid)
           
AbstractMapGrid2D(int sizeI, int sizeJ, java.lang.Object fill, int mapSize)
           
AbstractMapGrid2D(int sizeI, int sizeJ, java.lang.Object fill)
           
AbstractMapGrid2D(int sizeI, int sizeJ)
           
AbstractMapGrid2D(Address2D maxAddress)
           
AbstractMapGrid2D(Address2D maxAddress, java.lang.Object fill)
           
AbstractMapGrid2D(Grid2D grid)
           
AbstractMapGrid2D(Address2D maxAddress, Grid2D grid)
           
AbstractMapGrid2D(int sizeI, int sizeJ, Grid2D grid)
           
ArrayGrid2D(Grid2D grid)
           
ArrayGrid2D(Address2D maxAddress, Grid2D grid)
           
ArrayGrid2D(int sizeI, int sizeJ, Grid2D grid)
           
MutableMapGrid2D(int sizeI, int sizeJ, java.lang.Object fill, int mapSize)
           
MutableMapGrid2D(int sizeI, int sizeJ, java.lang.Object fill)
           
MutableMapGrid2D(int sizeI, int sizeJ)
           
MutableMapGrid2D(Address2D maxAddress)
           
MutableMapGrid2D(Address2D maxAddress, java.lang.Object fill)
           
MutableMapGrid2D(Grid2D grid)
           
MutableMapGrid2D(Address2D maxAddress, Grid2D grid)
           
MutableMapGrid2D(int sizeI, int sizeJ, Grid2D grid)
           
MutableArrayGrid2D(int sizeI, int sizeJ, java.lang.Object fill)
           
MutableArrayGrid2D(int sizeI, int sizeJ)
           
MutableArrayGrid2D(Address2D maxAddress)
           
MutableArrayGrid2D(Address2D maxAddress, java.lang.Object fill)
           
MutableArrayGrid2D(Grid2D grid)
           
MutableArrayGrid2D(Address2D maxAddress, Grid2D grid)
           
MutableArrayGrid2D(int sizeI, int sizeJ, Grid2D grid)
           
MapGrid2D(Grid2D grid)
           
MapGrid2D(Address2D maxAddress, Grid2D grid)
           
MapGrid2D(int sizeI, int sizeJ, Grid2D grid)
           
 



Copyright (c) 2001, 2002, David Walend