ru.biosoft.util
Class KeyValuePair

java.lang.Object
  extended byru.biosoft.util.KeyValuePair

public class KeyValuePair
extends java.lang.Object


Constructor Summary
KeyValuePair(java.lang.Object key, java.lang.Object value)
           
 
Method Summary
 java.lang.Object getKey()
           
 java.lang.Object getValue()
           
 void setKey(java.lang.Object key)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValuePair

public KeyValuePair(java.lang.Object key,
                    java.lang.Object value)
Method Detail

getKey

public java.lang.Object getKey()

setKey

public void setKey(java.lang.Object key)

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.