getGrid method

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

Implementation

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