public class KeyValuePair extends java.lang.Object
KeyValuePair(Operand key, Operand value)
Operand
getKey()
getValue()
void
setKey(Operand key)
setValue(Operand value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public KeyValuePair(Operand key, Operand value)
public Operand getKey()
public Operand getValue()
public void setKey(Operand key)
public void setValue(Operand value)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.