Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'JCL/converterJclMin14/src/java/lang/Comparable.java')
-rw-r--r--JCL/converterJclMin14/src/java/lang/Comparable.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/JCL/converterJclMin14/src/java/lang/Comparable.java b/JCL/converterJclMin14/src/java/lang/Comparable.java
new file mode 100644
index 0000000000..59fb9eddd4
--- /dev/null
+++ b/JCL/converterJclMin14/src/java/lang/Comparable.java
@@ -0,0 +1,4 @@
+package java.lang;
+
+public interface Comparable<T> {
+}

Back to the top