public class Parameter<K,V> extends Object implements Map.Entry<K,V>
Parameter(K key, V value)
boolean
equals(Object object)
K
getKey()
V
getValue()
int
hashCode()
setValue(V value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Parameter(K key, V value)
public K getKey()
getKey
Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue
public boolean equals(Object object)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2010-2014. All Rights Reserved.