public interface SortInterface
Integer objects.
You will write three classes that implement this interface:
| Modifier and Type | Method and Description |
|---|---|
void |
sort(java.lang.Integer[] arrayToSort)
This method is called to sort the given array of
Integer objects. |