org.apache.solr.util
Class SimpleOrderedMap<T>

java.lang.Object
  extended by org.apache.solr.common.util.NamedList<T>
      extended by org.apache.solr.common.util.SimpleOrderedMap<T>
          extended by org.apache.solr.util.SimpleOrderedMap<T>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Map.Entry<String,T>>

Deprecated. Use org.apache.solr.common.util.SimpleOrderedMap.

@Deprecated
public class SimpleOrderedMap<T>
extends org.apache.solr.common.util.SimpleOrderedMap<T>

This class is scheduled for deletion. Please update your code to the moved package.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.solr.common.util.NamedList
nvPairs
 
Constructor Summary
SimpleOrderedMap()
          Deprecated.  
SimpleOrderedMap(List nameValuePairs)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.solr.common.util.SimpleOrderedMap
clone
 
Methods inherited from class org.apache.solr.common.util.NamedList
add, addAll, addAll, get, get, getAll, getName, getVal, indexOf, iterator, remove, setName, setVal, size, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleOrderedMap

public SimpleOrderedMap()
Deprecated. 

SimpleOrderedMap

public SimpleOrderedMap(List nameValuePairs)
Deprecated. 


Copyright © 2008 Apache Software Foundation. All Rights Reserved.