tigase.xml
Class Element.XMLIdentityHashMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.IdentityHashMap<K,V>
tigase.xml.Element.XMLIdentityHashMap<K,V>
- Type Parameters:
K - V -
- All Implemented Interfaces:
- Serializable, Cloneable, Map<K,V>
- Enclosing class:
- Element
protected class Element.XMLIdentityHashMap<K,V>
- extends IdentityHashMap<K,V>
Class description
- Version:
- Enter version here..., 13/02/14
- Author:
- Enter your name here...
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
|
Method Summary |
V |
put(K key,
V value)
Method description |
| Methods inherited from class java.util.IdentityHashMap |
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values |
put
public V put(K key,
V value)
- Method description
- Specified by:
put in interface Map<K,V>- Overrides:
put in class IdentityHashMap<K,V>
- Parameters:
key - value -
- Returns:
Copyright © 2013 Tigase. All Rights Reserved.