Package org.alfresco.solr.adapters
Class SolrSimpleOrderedMap<T>
- java.lang.Object
-
- org.apache.solr.common.util.NamedList<T>
-
- org.apache.solr.common.util.SimpleOrderedMap<T>
-
- org.alfresco.solr.adapters.SolrSimpleOrderedMap<T>
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Map.Entry<String,T>>,org.alfresco.solr.adapters.ISimpleOrderedMap<T>
public class SolrSimpleOrderedMap<T> extends org.apache.solr.common.util.SimpleOrderedMap<T> implements org.alfresco.solr.adapters.ISimpleOrderedMap<T>- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.common.util.NamedList
org.apache.solr.common.util.NamedList.NamedListEntry<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description SolrSimpleOrderedMap()
-
Method Summary
-
Methods inherited from class org.apache.solr.common.util.NamedList
add, addAll, addAll, asMap, asShallowMap, clear, equals, findRecursive, forEach, get, get, getAll, getBooleanArg, getImmutableCopy, getName, getVal, hashCode, indexOf, iterator, remove, remove, removeAll, removeBooleanArg, removeConfigArgs, setName, setVal, size, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-