small changes
This commit is contained in:
@@ -79,6 +79,7 @@ public class Tuple<T1, T2> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Compares the Tuple to the given object.
|
||||
*
|
||||
* @param o
|
||||
* The object to compare to.
|
||||
@@ -100,6 +101,7 @@ public class Tuple<T1, T2> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Generates a hash code of the items of the Tuple
|
||||
*
|
||||
* @return The hash code of item1 and item2
|
||||
* | result == Objects.hash(item1, item2)
|
||||
|
Reference in New Issue
Block a user