Class SolrSimpleOrderedMap<T>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<java.util.Map.Entry<java.lang.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 java.lang.Object>
    • Field Summary

      • Fields inherited from class org.apache.solr.common.util.NamedList

        nvPairs
    • 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 Detail

      • SolrSimpleOrderedMap

        public SolrSimpleOrderedMap()