public class NameValue<K,V> extends Object
NameValue(K k, V v)
boolean
equals(Object o)
K
getName()
V
getValue()
int
hashCode()
setValue(V newValue)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public NameValue(K k, V v)
k
v
public K getName()
public V getValue()
public V setValue(V newValue)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2021. All rights reserved.