getGrid method

Map<int, List<T>> getGrid()

Implementation

Map<int, List<T>> getGrid() {
  return _grid;
}