Package org.joda.collect.grid

A Grid data structure.

The grid data structure provides a grid of values accessed by row and column. It differs from Guava's Table in that the row and column are always int.