org.apache.solr.common.util
public static final class NamedList.NamedListEntry<T> extends Object implements Map.Entry<String,T>
NamedList.NamedListEntry()
NamedList.NamedListEntry(String _key, T _value)
String
getKey()
T
getValue()
setValue(T _value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public NamedList.NamedListEntry()
public NamedList.NamedListEntry(String _key, T _value)
public String getKey()
getKey
Map.Entry<String,T>
public T getValue()
getValue
public T setValue(T _value)
setValue
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.