added Tuple

This commit is contained in:
2018-03-07 17:28:12 +01:00
parent 51840ceee5
commit baa10deb5d

View File

@@ -57,5 +57,4 @@ public class Tuple<T1, T2> {
return Objects.hash(item1, item2);
}
}