Java IdentityHashMap get() methodThe get(Object key) method of the Java IdentityHashMap is used to get the value which is linked with the specified key, in the calling IdentityHashMap or null, if the key is not linked with any value. SyntaxParameterskey - The key whose linked value is to be found. ReturnThe value which is linked with the specified key or null, if the key is not connected with any value. Example 1Output: 1 4 null Example 2Output: Java best null Example 3Output: Next TopicJava-identityhashmap-equals-method |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India