public final class QueryEntry extends Object implements Map.Entry<String,String>
QueryEntry()
QueryEntry(String key, String value)
boolean
equals(Object obj)
String
getKey()
getValue()
int
hashCode()
isValid()
setValue(String value)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public QueryEntry()
public QueryEntry(String key, String value)
key
value
public String getKey()
getKey
Map.Entry<String,String>
public String getValue()
getValue
public String setValue(String value)
setValue
public boolean isValid()
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2014. All rights reserved.