public class Parameter<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
Parameter(K parameterName, V parameterValue)
boolean
equals(java.lang.Object object)
K
getKey()
V
getValue()
int
hashCode()
setValue(V parameterValue)
java.lang.String
toString()
getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public Parameter(K parameterName, V parameterValue)
public boolean equals(java.lang.Object object)
equals
java.util.Map.Entry<K,V>
java.lang.Object
public K getKey()
getKey
public V getValue()
getValue
public int hashCode()
hashCode
public V setValue(V parameterValue)
setValue
public java.lang.String toString()
toString