class C { int foo(String[][] vars, int i, int j) { return vars[i][j].length(); } }