X Tutup
package src.main.java.com.types; @FunctionalInterface public interface Sort { > T[] sort(T[] array); }
X Tutup