| Modifier and Type | Method | Description |
|---|---|---|
static <V> DenseGrid<V> |
DenseGrid.create(int rowCount,
int columnCount) |
Creates an empty
DenseGrid of the specified size. |
static <V> DenseGrid<V> |
DenseGrid.create(Grid<? extends V> grid) |
Creates a
DenseGrid copying from another grid. |
static <V> DenseGrid<V> |
DenseGrid.create(V[][] array) |
Creates a
DenseGrid copying from an array. |
Copyright © 2014–2017 Joda.org. All rights reserved.