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