Nick Satinover hace 6 años
padre
commit
c1e7b16bc0

+ 1
- 1
src/main/java/rocks/zipcode/io/quiz4/collections/ComparableTreeSet.java Ver fichero

@@ -9,7 +9,7 @@ import java.lang.String;
9 9
  * @author leon on 11/12/2018.
10 10
  */
11 11
 
12
-public class ComparableTreeSet<_> implements Comparable<_>{
12
+public class ComparableTreeSet<_> extends TreeSet implements Comparable<_>{
13 13
     TreeSet<_> treeSet;
14 14
 
15 15
     public ComparableTreeSet(_... arr) {