Exemple #1
0
 protected override void setAlgorithm(ISortAlgorithms alg)
 {
     if (alg != null)
     {
         _superSorter.setAlgorithms(alg);
     }
 }
Exemple #2
0
 protected abstract void setAlgorithm(ISortAlgorithms alg);
Exemple #3
0
 public void setAlgorithms(ISortAlgorithms alg)
 {
     _algorithms = alg;
 }