edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.util
Class OrderRetainingMap

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

public class OrderRetainingMap
extends HashMap

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
OrderRetainingMap()
           
OrderRetainingMap(Map m)
           
 
Method Summary
 Set entrySet()
           
 Set keySet()
           
 Object put(Object key, Object value)
           
 Object remove(Object key)
           
 Collection values()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, get, isEmpty, putAll, 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()

OrderRetainingMap

public OrderRetainingMap(Map m)
Method Detail

put

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

remove

public Object remove(Object key)
Specified by:
remove in interface Map
Overrides:
remove in class HashMap

values

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

keySet

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

entrySet

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


Copyright © 2012 Internet2. All Rights Reserved.