reorderTable method

void reorderTable(
  1. String permutation
)

Implementation

void reorderTable(String permutation) {
  obj.reorderTable(permutation);
}