added Tuple
This commit is contained in:
@@ -57,5 +57,4 @@ public class Tuple<T1, T2> {
|
|||||||
|
|
||||||
return Objects.hash(item1, item2);
|
return Objects.hash(item1, item2);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user