public class StringMatrixFuncs extends Object
| Constructor and Description |
|---|
StringMatrixFuncs() |
| Modifier and Type | Method and Description |
|---|---|
static String[][] |
readAndVerifyMatrixFile(String filename) |
static String[][] |
readDataIntoMatrix(LineNumberReader lnr) |
static boolean |
verifyMatrixWidth(String[][] matrix,
int expectedColumnCount) |
public static String[][] readDataIntoMatrix(LineNumberReader lnr) throws Throwable
Throwablepublic static boolean verifyMatrixWidth(String[][] matrix, int expectedColumnCount)
Copyright © 2010-2016. All Rights Reserved.