![]() |
VOOZH | about |
Vector.hashCode()Parameters: The method does not take any parameter. Return Value: The method returns hash code value of this Vector which is of Integer type. Below programs illustrate the Java.util.Vector.hashCode() method: Program 1: Vector with string elements.
Vector: [Welcome, To, Geeks, 4, Geeks] The hashCode value is: -878886256
Vector: [10, 20, 30, 40, 50] The hashCode value is: 38490301