sleep.bridges
Class KeyValuePair

java.lang.Object
  extended bysleep.bridges.KeyValuePair

public class KeyValuePair
extends Object


Field Summary
protected  Scalar key
           
protected  Scalar value
           
 
Constructor Summary
KeyValuePair(Scalar _key, Scalar _value)
           
 
Method Summary
 Scalar getKey()
           
 Scalar getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

protected Scalar key

value

protected Scalar value
Constructor Detail

KeyValuePair

public KeyValuePair(Scalar _key,
                    Scalar _value)
Method Detail

getKey

public Scalar getKey()

getValue

public Scalar getValue()

toString

public String toString()