public class Parameter extends Object implements Comparable<Parameter>
Parameter(String key, String value)
String
asUrlEncodedPair()
int
compareTo(Parameter parameter)
boolean
equals(Object other)
getKey()
getValue()
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Parameter(String key, String value)
public String asUrlEncodedPair()
public boolean equals(Object other)
equals
Object
public String getKey()
public String getValue()
public int hashCode()
hashCode
public int compareTo(Parameter parameter)
compareTo
Comparable<Parameter>
Copyright © 2018. All rights reserved.