Nick Satinover 6 years ago
parent
commit
c22536e1b9

+ 1
- 0
src/main/java/rocks/zipcode/io/quiz4/collections/ComparableTreeSet.java View File

@@ -6,6 +6,7 @@ import java.util.TreeSet;
6 6
  * @author leon on 11/12/2018.
7 7
  */
8 8
 public class ComparableTreeSet<String> extends TreeSet implements Comparable<String> {
9
+
9 10
     public ComparableTreeSet(String... arr) {
10 11
 
11 12
     }