public final class BinaryMatrix extends Object
| Constructor and Description |
|---|
BinaryMatrix(int rows,
int cols,
boolean value)
Construct an empty binary matrix of a given number of rows and columns.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
get(int row,
int col) |
void |
set(int row,
int col,
boolean value) |
String |
toString() |
Copyright © 2017. All rights reserved.