Ejemplo n.º 1
0
 public void foldExtractToChildren(Fold fold, int index, int length, Fold targetFold) {
   fold.extractToChildren(index, length, targetFold);
 }