Uses of Class
net.walend.grid.ObjectNotOnGridException

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

Uses of ObjectNotOnGridException in net.walend.grid
 

Methods in net.walend.grid that throw ObjectNotOnGridException
 Address AbstractArrayGrid2D.addressOf(java.lang.Object object)
          Returns an Address in the Grid occupied by object.
 Address AbstractMapGrid2D.addressOf(java.lang.Object object)
          Returns an Address in the Grid occupied by object.
 Address Grid.addressOf(java.lang.Object object)
          Returns an Address in the Grid occupied by object.
 



Copyright (c) 2001, 2002, David Walend