|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.solr.common.util.NamedList<T>
org.apache.solr.util.NamedList<T>
@Deprecated public class NamedList<T>
This class is scheduled for deletion. Please update your code to the moved package.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.solr.common.util.NamedList |
|---|
org.apache.solr.common.util.NamedList.NamedListEntry<T> |
| Field Summary |
|---|
| Fields inherited from class org.apache.solr.common.util.NamedList |
|---|
nvPairs |
| Constructor Summary | |
|---|---|
NamedList()
Deprecated. |
|
NamedList(List nameValuePairs)
Deprecated. |
|
NamedList(Map.Entry<String,T>[] nameValuePairs)
Deprecated. |
|
| Method Summary |
|---|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NamedList()
@Deprecated public NamedList(List nameValuePairs)
public NamedList(Map.Entry<String,T>[] nameValuePairs)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||