tigase.xml
Class Element.XMLIdentityHashMap<K,V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.IdentityHashMap<K,V>
          extended by tigase.xml.Element.XMLIdentityHashMap<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>
Enclosing class:
Element

protected class Element.XMLIdentityHashMap<K,V>
extends IdentityHashMap<K,V>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
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
 
Methods inherited from class java.util.AbstractMap
toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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 © 2012 Tigase. All Rights Reserved.