HEADER

ru.biosoft.util
Class KeyValuePair


public class KeyValuePair


Constructor Summary
KeyValuePair(Object key, Object value)
           

Method Summary
 ObjectgetKey()
           
 ObjectgetValue()
           
 voidsetKey(Object key)
           
 voidsetValue(Object value)
           

Constructor Detail

KeyValuePair

public KeyValuePair(Object key, Object value)
Method Detail

getKey

public Object getKey()

getValue

public Object getValue()

setKey

public void setKey(Object key)

setValue

public void setValue(Object value)

FOOTER

BOTTOM