org.apache.solr.util
Class NamedList<T>
java.lang.Object
org.apache.solr.common.util.NamedList<T>
org.apache.solr.util.NamedList<T>
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Map.Entry<String,T>>
Deprecated. Use org.apache.solr.common.util.NamedList.
@Deprecated
public class NamedList<T>
- extends NamedList<T>
This class is scheduled for deletion. Please update your code to the moved package.
- See Also:
- Serialized Form
Methods inherited from class org.apache.solr.common.util.NamedList |
add, addAll, addAll, clone, equals, get, get, getAll, getName, getVal, hashCode, indexOf, iterator, remove, remove, setName, setVal, size, toString |
NamedList
public NamedList()
- Deprecated.
NamedList
@Deprecated
public NamedList(List nameValuePairs)
- Deprecated.
NamedList
public NamedList(Map.Entry<String,T>[] nameValuePairs)
- Deprecated.
Copyright © 2011 Apache Software Foundation. All Rights Reserved.