All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.util.IdentityHashMap Maven / Gradle / Ivy

The newest version!
package java.util;

public class IdentityHashMap extends HashMap implements Map, java.io.Serializable, Cloneable
{
	public IdentityHashMap()
	{
	}

	public IdentityHashMap(int i)
	{
		super(i);
	}

	public IdentityHashMap(Map m)
	{
		super(m);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy