We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a023542 commit ed53bd0Copy full SHA for ed53bd0
src/main/java/com/types/Sort.java
@@ -1,5 +1,6 @@
1
package src.main.java.com.types;
2
3
+@FunctionalInterface
4
public interface Sort<T> {
5
6
public <T extends Comparable<T>> T[] sort(T[] array);
0 commit comments