Uses of Class
cool.solr.search.solr.util.ConvenientNamedList
-
Packages that use ConvenientNamedList Package Description cool.solr.search.solr.util -
-
Uses of ConvenientNamedList in cool.solr.search.solr.util
Methods in cool.solr.search.solr.util that return ConvenientNamedList Modifier and Type Method Description ConvenientNamedListConvenientNamedList. getNested(int index)Returns the nestedNamedListat the given index, or returns an emptyConvenientNamedListif the given index is invalid in the underlying list.ConvenientNamedListConvenientNamedList. getNested(String name)Returns the nestedNamedListof the given name.ConvenientNamedListConvenientNamedList. getNested(String... names)Returns the nestedNamedListat the given path.
-