Example #1
0
 private void sortCollection() {
   coll.bubbleSort();
   coll.selectionSort();
   coll.insertionSort();
 }