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:
-
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> -
Field Summary
Fields inherited from class org.apache.solr.common.util.NamedList
nvPairs -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.solr.common.util.SimpleOrderedMap
cloneMethods 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, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.solr.adapters.ISimpleOrderedMap
addMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SolrSimpleOrderedMap
public SolrSimpleOrderedMap()
-