Ejemplo n.º 1
0
 private boolean splitFailsPrecondition(
     SplitAlgorithm algo, String firstRow, String lastRow, int numRegions) {
   algo.setFirstRow(firstRow);
   algo.setLastRow(lastRow);
   return splitFailsPrecondition(algo, numRegions);
 }