hashCode() method
Format
int hashCode()
Explanation
Acquires a hash code.
This method allows you to use a hash table provided by the java.util.Hashtable class.
Parameters
None.
Exceptions
None.
Return value
The hash code of the StreamTuple type object (int)