Uses of Class
org.apache.solr.common.util.NamedList

Packages that use NamedList
org.apache.solr.common.params   
org.apache.solr.common.util   
 

Uses of NamedList in org.apache.solr.common.params
 

Methods in org.apache.solr.common.params that return NamedList
 NamedList<Object> SolrParams.toNamedList()
          Convert this to a NamedList
 

Methods in org.apache.solr.common.params with parameters of type NamedList
static Map<String,String> SolrParams.toMap(NamedList params)
          Create a Map from a NamedList given no keys are repeated
static Map<String,String[]> SolrParams.toMultiMap(NamedList params)
          Create a Map from a NamedList
static SolrParams SolrParams.toSolrParams(NamedList params)
          Create SolrParams from NamedList.
 

Uses of NamedList in org.apache.solr.common.util
 

Subclasses of NamedList in org.apache.solr.common.util
 class SimpleOrderedMap<T>
          SimpleOrderedMap is a NamedList where access by key is more important than maintaining order when it comes to representing the held data in other forms, as ResponseWriters normally do.
 

Methods in org.apache.solr.common.util that return NamedList
 NamedList RTimer.asNamedList()
           
static NamedList<Object> DOMUtil.childNodesToNamedList(Node nd)
           
 NamedList<T> NamedList.clone()
          Makes a shallow copy of the named list.
static NamedList<Object> DOMUtil.nodesToNamedList(NodeList nlst)
           
 NamedList NamedListCodec.readNamedList(FastInputStream dis)
           
 NamedList NamedListCodec.unmarshal(InputStream is)
           
 

Methods in org.apache.solr.common.util with parameters of type NamedList
 boolean NamedList.addAll(NamedList<T> nl)
          Appends the elements of the given NamedList to this one.
static void DOMUtil.addToNamedList(Node nd, NamedList nlst, List arr)
           
 void NamedListCodec.marshal(NamedList nl, OutputStream os)
           
 void NamedListCodec.writeNamedList(NamedList nl)
           
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.