Class NamedList.NamedListEntry<T>

java.lang.Object
java.util.AbstractMap.SimpleEntry<String,T>
org.apache.solr.common.util.NamedList.NamedListEntry<T>
All Implemented Interfaces:
Serializable, Map.Entry<String,T>
Enclosing class:
NamedList<T>

@Deprecated public static final class NamedList.NamedListEntry<T> extends AbstractMap.SimpleEntry<String,T>
Deprecated.
Helper class implementing Map.Entry<String, T> to store the key-value relationship in NamedList (the keys of which are String-s)
See Also:
  • Constructor Details

    • NamedListEntry

      public NamedListEntry(String _key, T _value)
      Deprecated.