| Modifier and Type | Method | Description |
|---|---|---|
static <R> SparseGrid<R> |
SparseGrid.create(int rowCount,
int columnCount) |
Creates an empty
SparseGrid of the specified row-column count. |
static <R> SparseGrid<R> |
SparseGrid.create(Grid<? extends R> grid) |
Creates a
SparseGrid copying from another grid. |
Copyright © 2014–2017 Joda.org. All rights reserved.