com.arsdigita.util
Class OrderedMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.TreeMap
          extended bycom.arsdigita.util.OrderedMap
All Implemented Interfaces:
Cloneable, Map, Serializable, SortedMap

Deprecated. use SequentialMap instead

public class OrderedMap
extends TreeMap

An implementation of Map which preserves the order in which you put entries into it.

Author:
Justin Ross <jross@redhat.com>
See Also:
Serialized Form

Field Summary
static String versionId
          Deprecated.  
 
Constructor Summary
OrderedMap()
          Deprecated.  
 
Method Summary
 void clear()
          Deprecated.  
 Object clone()
          Deprecated.  
 Object put(Object key, Object value)
          Deprecated. Calls to put define the order in which the OrderedMap returns its contents in calls to entrySet().iterator();
 
Methods inherited from class java.util.TreeMap
comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, putAll, remove, size, subMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Field Detail

versionId

public static final String versionId
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

OrderedMap

public OrderedMap()
Deprecated. 
Method Detail

put

public Object put(Object key,
                  Object value)
Deprecated. 
Calls to put define the order in which the OrderedMap returns its contents in calls to entrySet().iterator();


clone

public Object clone()
Deprecated. 

clear

public void clear()
Deprecated. 


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC