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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.apache.solr.common.util.SimpleOrderedMap

    clone

    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 org.alfresco.solr.adapters.ISimpleOrderedMap

    add

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Constructor Details

    • SolrSimpleOrderedMap

      public SolrSimpleOrderedMap()