static Pair twoDIndexOfIC(LL table, S s) { for row over table: { int idx = indexOfIC(table.get(row), s); if (idx >= 0) ret pair(row, idx); } null; }