com.thoughtworks.xstream.core.util
Class OrderRetainingMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by com.thoughtworks.xstream.core.util.OrderRetainingMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class OrderRetainingMap
extends java.util.HashMap

See Also:
Serialized Form

Constructor Summary
OrderRetainingMap()
           
 
Method Summary
 java.util.Set entrySet()
           
 java.util.Set keySet()
           
 java.lang.Object put(java.lang.Object key, java.lang.Object value)
           
 java.util.Collection values()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, get, isEmpty, putAll, remove, size
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

OrderRetainingMap

public OrderRetainingMap()
Method Detail

put

public java.lang.Object put(java.lang.Object key,
                            java.lang.Object value)
Specified by:
put in interface java.util.Map
Overrides:
put in class java.util.HashMap

values

public java.util.Collection values()
Specified by:
values in interface java.util.Map
Overrides:
values in class java.util.HashMap

keySet

public java.util.Set keySet()
Specified by:
keySet in interface java.util.Map
Overrides:
keySet in class java.util.HashMap

entrySet

public java.util.Set entrySet()
Specified by:
entrySet in interface java.util.Map
Overrides:
entrySet in class java.util.HashMap


Copyright © 2006 null. All Rights Reserved.