Java IdentityHashMap remove() methodThe remove(Object key) method of the Java IdentityHashMap class is used remove the linkage of the specified key, from the calling IdentityHashMap, if present. SyntaxParameterskey - Key whose linkage is to be removed. ReturnThe previous value linked with the specified key, or null if there was no linkage. Example 1Output: {Java=1, the=3, language=6, programming=5, best=4, is=2} 3 4 {Java=1, language=6, programming=5, is=2} Example 2Output: {[email protected], [email protected], [email protected], [email protected]} [email protected] [email protected] {[email protected], [email protected]} Next TopicJava-identityhashmap-putall-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