Package org.apache.solr.common.util
Class NamedList.NamedListEntry<T>
- All Implemented Interfaces:
Serializable,Map.Entry<String,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
Deprecated.
-