X Tutup
package com.examplehub.sorts; public interface Sort { void sort(int[] numbers); > void sort(T[] array); }
X Tutup