Searched refs:cols (Results 1 – 2 of 2) sorted by relevance
501 private static ArrayList<ArrayList<Integer>> createTestList(int rows, int cols) { in createTestList() argument508 for (int j = 0; j < cols; j++) { in createTestList()
447 private static ArrayList<ArrayList> createTestList(int rows, int cols) { in createTestList() argument455 for (int j = 0; j < cols; j++) { in createTestList()