public class Parameter<V> extends Object
Parameter(String key, V value)
boolean
equals(Object oth)
String
getKey()
V
getValue()
int
hashCode()
static <V> Parameter<V>
of(String key, V value)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Parameter(String key, V value)
public static <V> Parameter<V> of(String key, V value)
public String getKey()
public V getValue()
public int hashCode()
hashCode
Object
public boolean equals(Object oth)
equals
public String toString()
toString
Copyright © 2012–2014. All rights reserved.