Class Element.XMLIdentityHashMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.IdentityHashMap<K,V>
tigase.xml.Element.XMLIdentityHashMap<K,V>
- All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>
- Enclosing class:
Element
- Version:
- $Rev$
- Author:
- Artur Hefczyc
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Method Summary
Methods inherited from class IdentityHashMap
clear, clone, containsKey, containsValue, entrySet, equals, forEach, get, hashCode, isEmpty, keySet, putAll, remove, remove, replace, replaceAll, size, valuesMethods inherited from class AbstractMap
toStringMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, getOrDefault, merge, putIfAbsent, replace
-
Method Details
-
put
-