K
- the type of keys maintained by this map
V
- the type of mapped values
Serializable
, Cloneable
, Map<K,V>
Map.Entry<K,V>
Constructors
Constructs a new, empty identity hash map with a default expected maximum size (21).
Constructs a new, empty map with the specified expected maximum size.
Constructs a new identity hash map containing the key-value mappings in the specified map.
void
Removes all of the mappings from this map.
Returns a shallow copy of this identity hash map: the keys and values themselves are not cloned.
boolean
Tests whether the specified object reference is a key in this identity hash map.
boolean
Tests whether the specified object reference is a value in this identity hash map.
Returns a
Set
view of the mappings contained in this map.
boolean
Compares the specified object with this map for equality.
Returns the value to which the specified key is mapped, or null
if this map contains no mapping for the key.
int
Returns the hash code value for this map.
boolean
Returns true
if this identity hash map contains no key-value mappings.
Returns an identity-based set view of the keys contained in this map.
Associates the specified value with the specified key in this identity hash map.
void
Copies all of the mappings from the specified map to this map.
Removes the mapping for this key from this map if present.
boolean
Removes the entry for the specified key only if it is currently mapped to the specified value (optional operation).
boolean
Replaces the entry for the specified key only if currently mapped to the specified value (optional operation).
int
Returns the number of key-value mappings in this identity hash map.
Returns a
Collection
view of the values contained in this map.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4