Uses of Class
org.clapper.util.misc.OrderedHashMap

Packages that use OrderedHashMap
org.clapper.util.misc org.clapper.util.misc - Miscellaneous Utility Classes. 
 

Uses of OrderedHashMap in org.clapper.util.misc
 

Methods in org.clapper.util.misc with parameters of type OrderedHashMap
 void OrderedHashMap.putAll(OrderedHashMap<? extends K,? extends V> map)
          Deprecated. Copies all of the mappings from a specified map to this one.
 

Constructors in org.clapper.util.misc with parameters of type OrderedHashMap
OrderedHashMap(OrderedHashMap<? extends K,? extends V> map)
          Deprecated. Constructs a new map with the same mappings as the given OrderedHashMap.
 



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.