public class KeyValuePair extends Object
| Modifier and Type | Field and Description |
|---|---|
AtomicValue |
key |
GroundedValue<?> |
value |
| Constructor and Description |
|---|
KeyValuePair(AtomicValue key,
GroundedValue<?> value) |
public AtomicValue key
public GroundedValue<?> value
public KeyValuePair(AtomicValue key, GroundedValue<?> value)