public class KeyValuePair
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Operand |
key |
private Operand |
value |
| Constructor and Description |
|---|
KeyValuePair(Operand key,
Operand value) |
| Modifier and Type | Method and Description |
|---|---|
Operand |
getKey() |
Operand |
getValue() |
java.lang.String |
toString() |